Simplify equation doesn't work

Issue #174 resolved
Former user created an issue

Hi,

I run the next code:

IExpr exp = util.evaluate("x/(y*x)==0.25");

but the equation is not simplified to "1/y==0.25".

Comments (1)

  1. Log in to comment