Simplified example of what I need:
a = banana or apple
b = banana or apple
a is not equal to b
a = apple
b = ?
So we all know b = banana. But can I give those rules to Sympy and let it calculate for me? I have no idea how and thereby no work in progress to present here- been surfing trough docs for now with no luck.
Edit:
Suggestions for other libraries are welcome