cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Analyser: allow for the unknown variable to be either on the LHS or RHS of an equation #1070

Closed agarny closed 1 year ago

agarny commented 1 year ago

Right now, the analyser expects the unknown variable in an equation to be on the LHS, i.e.

x = ...

However, we should also support the case where it is on the RHS, i.e.

... = x