File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 6868
6969[RELEASE]
7070Version: 5.1.0
71- Date: ???
71+ Date: 2017-04-18
7272[DESCRIPTION]
73- Minor release.
73+ This is a rather major release, fixing a number of bugs and
74+ adding quite a number of new features. Some of the features
75+ require changes to your models.
76+
77+ In more detail: extended tracing so that all propagator
78+ executions and commit operations can be traced; renamed activity
79+ to action to avoid confusion with activity in SAT (and fixed that
80+ action information is also recorded during failure); added CHB
81+ (conflict-history based branching) heuristic; optimized AFC; all
82+ functions taken as arguments by Gecode are now based on
83+ std::function-types; instead of branching with INT_VAR_* and
84+ INT_VAL_* for Boolean variables, BOOL_VAR_* and BOOL_VAL_* must
85+ be used. There are a number of additional changes, so you might
86+ want to read the whole changelog.
7487
7588[ENTRY]
7689Module: flatzinc
@@ -452,7 +465,6 @@ switched off using --disable-cpp11 during configuration.
452465Version: 5.0.0
453466Date: 2016-10-25
454467[DESCRIPTION]
455-
456468This release adds a number of new features and fixes many bugs
457469(some rather serious), so it is recommended to switch as soon as
458470possible to this release. Some highlights are: re-added limited
You can’t perform that action at this time.
0 commit comments