Skip to content

Commit c0a8186

Browse files
committed
Added Savile Row
1 parent d6ce241 commit c0a8186

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

interfaces.html

100644100755
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
<a href="https://launchpad.net/gecode-python">Gecode bindings for Python</a><br />
3838
<i>provides Python bindings for the Gecode constraint programming library</i>.
3939
</li>
40-
<li>
41-
The <a href="http://www.cs.kuleuven.be/~toms/MCP/">Monadic Constraint Programming Framework</a><br />
42-
<i>provides a CP modeling framework for Haskell with Gecode as backend</i>.
43-
</li>
44-
<li>
45-
<a href="http://gecoder.rubyforge.org/">Gecode/R</a><br />
46-
<i>provides a modeling interface in Ruby for solving problems using Gecode</i>.
47-
</li>
48-
<li><a href="http://www.cs.st-andrews.ac.uk/~andrea/tailor/">Tailor</a><br /> <i>translates Essence' models to Gecode programs</i> (among other things).</li>
4940
<li>The
5041
<a href="http://www.ps.uni-sb.de/alice/">
5142
Alice Programming System</a><br />
@@ -70,10 +61,19 @@
7061

7162

7263
<p>
73-
The following interface to Gecode is no longer available.
64+
The following interfaces to Gecode are no longer available.
7465
</p>
7566

7667
<ul>
68+
<li>
69+
The Monadic Constraint Programming Framework<br />
70+
<i>provides a CP modeling framework for Haskell with Gecode as backend</i>.
71+
</li>
72+
<li>
73+
Gecode/R<br />
74+
<i>provides a modeling interface in Ruby for solving problems using Gecode</i>.
75+
</li>
76+
<li>Tailor<br /> <i>translates Essence' models to Gecode programs</i> (among other things).</li>
7777
<li>Gecode/J<br />
7878
<i>is a Java interface that makes most functionality of Gecode
7979
available in Java. You can model problems and implement your

projects.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111

1212

1313
<ul>
14+
<li><a href="https://savilerow.cs.st-andrews.ac.uk/">Savile Row</a><br />
15+
(St. Andrews University, UK)<br />
16+
<i>Savile Row translates Essence Prime models for Gecode and several other solvers.</i>
17+
</li>
1418
<li><a href="http://www.minizinc.org/">MiniZinc</a><br />
1519
(Monash University, Data61 Decision Sciences, University of Melbourne, Australia)<br />
16-
<i>MiniZinc is a free and open-source constraint modeling language and its implementation uses Gecode as the defaul sover for MiniZinc models.</i>
20+
<i>MiniZinc is a free and open-source constraint modeling language and its implementation uses Gecode as the default sover for MiniZinc models.</i>
1721
</li>
1822
<li><a href="https://unison-code.github.io/">Unison</a><br />
1923
(KTH and RISE SICS, Sweden)<br />

0 commit comments

Comments
 (0)