Skip to content

Commit 4ff1f99

Browse files
author
Mikael Zayenz Lagerkvist
committed
Update Global Constraint Catalog link
1 parent 488c165 commit 4ff1f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Gecode</h2>
2222
level of efficiency as the variables that come predefined with Gecode.</dd>
2323

2424
<dt>comprehensive</dt>
25-
<dd>Gecode has a comprehensive set of features: constraints over integers, Booleans, sets, and floats (it implements more than 70 constraints from the <a href="https://www.emn.fr/z-info/sdemasse/gccat/">Global Constraint Catalog</a> and many more on top); C++ modeling layer; advanced branching heuristics (accumulated failure count, activity); many search engines (parallel, interactive graphical, restarts); automatic symmetry breaking (LDSB); no-goods from restarts; MiniZinc support; and many more.
25+
<dd>Gecode has a comprehensive set of features: constraints over integers, Booleans, sets, and floats (it implements more than 70 constraints from the <a href="https://sofdem.github.io/gccat/">Global Constraint Catalog</a> and many more on top); C++ modeling layer; advanced branching heuristics (accumulated failure count, activity); many search engines (parallel, interactive graphical, restarts); automatic symmetry breaking (LDSB); no-goods from restarts; MiniZinc support; and many more.
2626
</dd>
2727
<dt>efficient</dt>
2828
<dd>Gecode offers excellent performance with respect to both runtime and

0 commit comments

Comments
 (0)