We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f86995 commit 0b02259Copy full SHA for 0b02259
1 file changed
changelog.in
@@ -70,12 +70,22 @@
70
Version: 4.4.0
71
Date: 2015-03-20
72
[DESCRIPTION]
73
-Yada! Yada!
+This release fixes some bugs and improves some search-related aspects.
74
+
75
+Note that you will have to change all scripts that inherit from
76
+the pre-defined script classes (Script, IntMinimizeScript,
77
+IntMaximizeScript, FloatMinimizeScript, FloatMaximizeScript). The
78
+change is easy: in your constructor you have to add a call to the
79
+constructor of the pre-defined script class with the command line
80
+options as argument. Just check any of the Gecode example for how
81
+it is done.
82
83
84
[ENTRY]
85
Module: flatzinc
86
What: new
87
Rank: minor
88
+Thanks: Mark Manser
89
90
An option -step now can pass an improvement step for
91
optimization of float problems.
0 commit comments