Skip to content

Gecode 4.4.0

Compare
Choose a tag to compare
@chschulte chschulte released this 07 Feb 11:13
· 753 commits to master since this release

This release fixes some bugs and improves some search-related aspects.

Note that you will have to change all scripts that inherit from the pre-defined script classes (Script, IntMinimizeScript, IntMaximizeScript, FloatMinimizeScript, FloatMaximizeScript). The change is easy: in your constructor you have to add a call to the constructor of the pre-defined script class with the command line options as argument. Just check any of the Gecode example for how it is done.