Solutions should return "True"

Issue #158 wontfix
Former user created an issue

Hi,

I'm running the next code: IExpr exp = util.evaluate("Solve(2*x/y==x/z,x)");

And get the solution: x->0. While every "x" should solve this equation. I assume that the solution should be x->True.

Thanks

Comments (2)

  1. Log in to comment