Gecode
Gecode (for Generic Constraint Development Environment) is a software library for solving Constraint satisfaction problems. It is programmed in C++ and distributed as free software under the permissive MIT license.
The development of Gecode has been led by Christian Schulte [1], but has been contributed to by many other researchers and programmers, including Denys Duchier, Filip Konvicka, Gabor Szokoli, Guido Tack, Håkan Kjellerstrand, Mikael Lagerkvist, Patrick Pekczynski, Raphael Reischuk, and Tias Guns.[2]
The first release of Gecode was in December 2005.[3] Since then, Gecode has rapidly become one of the most prominent constraint programming systems. For example, Google Scholar reports more than 300 papers mentioning Gecode.[4] Reasons for this are that it runs fast, is extensible, free and open source under a permissive licence, and is written in a popular language. As well as being very useful in its own right, its extensibility and licencing makes it highly suitable for use on other projects.[5]
External links
- Gecode home site
- Christian Schulte, lead developer of Gecode.
- Constraint Propagation - Dissertation by Guido Tack explaining the theory and implementation of Gecode
Notes