Skip to content

Commit 919522e

Browse files
author
Christian Schulte
committed
Added release info
git-svn-id: svn+ssh://svn.gecode.org/srv/gecode/svn/gecode/trunk@15639 64335634-5103-0410-b293-fc3d331e086d
1 parent 06f9b4a commit 919522e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

changelog.in

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,22 @@
6868

6969
[RELEASE]
7070
Version: 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]
7689
Module: flatzinc
@@ -452,7 +465,6 @@ switched off using --disable-cpp11 during configuration.
452465
Version: 5.0.0
453466
Date: 2016-10-25
454467
[DESCRIPTION]
455-
456468
This release adds a number of new features and fixes many bugs
457469
(some rather serious), so it is recommended to switch as soon as
458470
possible to this release. Some highlights are: re-added limited

0 commit comments

Comments
 (0)