From 3e2e5d458a36d6c0d85d8a1f7fbb89215c052d4d Mon Sep 17 00:00:00 2001 From: lokorin Date: Mon, 19 Jan 2009 09:52:06 +0000 Subject: [PATCH] Added a couple of external websites to the examples section. --- doc/src/examples/index.page | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/examples/index.page b/doc/src/examples/index.page index 056a1c9..60df169 100644 --- a/doc/src/examples/index.page +++ b/doc/src/examples/index.page @@ -19,3 +19,8 @@ The following are the examples located in the example directory.
"Square tiling":square-tiling.html
Uses symmetry breaking and implied constraints to speed up the search.
+Additionally, the following websites may be of use: +
+
"hakank's Constraint Programming Blog":http://www.hakank.org/constraint_programming_blog/gecoder/
A blog containing "several example models":http://www.hakank.org/gecode_r/ along with the author's accounts of Gecode/R.
+
"Gecode's example models":http://www.gecode.org/gecode-doc-latest/group__ExProblem.html
Gecode/R is a Ruby interface to Gecode. Hence Gecode's example models can typically be translated constraint by constraint into Ruby.
+