dreal / dreal2

Please check dreal4 instead.
https://github.com/dreal/dreal4
GNU General Public License v3.0
13 stars 15 forks source link

Support for function invariants? #87

Open danbryce opened 9 years ago

danbryce commented 9 years ago

The ode_solver only supports invariants of the form x >= c. I'd like to extend the format to handle invariants of the form f(x) >= c. If I understand correctly, this should be straight-forward. Is there any reason not to do this in dreal2?

soonhokong commented 9 years ago

Is there any reason not to do this in dreal2?

No, there is no specific reason for not doing it.