You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
michaelmera
changed the title
iconsistent result for evaluate()/solve() when changing order of variables and constants in (+) operands
inconsistent result for evaluate()/solve() when changing order of variables and constants in (+) operands
Aug 28, 2022
ISLa can unfortunately only handle the binary version of "+" it seems. I added a test case and a TODO for the issue. In the meantime, you could just write
Here is a file reproducing the problem. It does two times the same computation, just inverting the order of the operands of
(+)
:The output is:
The text was updated successfully, but these errors were encountered: