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 68
68
69
69
[RELEASE]
70
70
Version: 5.1.0
71
- Date: ???
71
+ Date: 2017-04-18
72
72
[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.
74
87
75
88
[ENTRY]
76
89
Module: flatzinc
@@ -452,7 +465,6 @@ switched off using --disable-cpp11 during configuration.
452
465
Version: 5.0.0
453
466
Date: 2016-10-25
454
467
[DESCRIPTION]
455
-
456
468
This release adds a number of new features and fixes many bugs
457
469
(some rather serious), so it is recommended to switch as soon as
458
470
possible to this release. Some highlights are: re-added limited
You can’t perform that action at this time.
0 commit comments