v2.6.5
Release notes v 2.6.5
Main changes
- Partial differentation and integration in Minibex. Given a function "f", the following line is now a valid example of constraints in Minibex:
diff(f(x,y),x)=0; - Allow differentation of an expression without creating a copy (so that we can create a DAG where an expression and its derivatives share nodes)
- [solver] - New option to force variables to be parameters in the parametric proof (--forced-params), see #299
- new comparison algorithm for benchmarking, see #277
- [java] - fix rounding problem, see #307
- [java] - now the plugin is installed by default with Ibex (no need for separate archive)
Minor changes