v2.6.6
Release notes v 2.6.6
Main changes
- [sip] A new release of SIP plugin by A. Marendet
- [parser] We can now create temporary variables for building DAGS directly in the constraint block. Example: if you write an equation
x=[expr]
where [expr] is any expression and x is not a declared variable, then Ibex implicitly associate the symbol x to the expression node [expr]. So any use of x in subsequent constraints will be replaced by this node. - [solver] - The manifold object can now be manipulated more easily (fix #315)
- [solver] - MNF format v4
Minor changes