We are developing the following interfaces to Gecode:
- Gecode/J
is a Java interface that makes most functionality of Gecode available in Java. You can model problems and implement your own propagators, branchings, and search engines. - FlatZinc/Gecode
provides a parser for the FlatZinc modelling language.
The following external projects provide interfaces to Gecode:
- The
Alice Programming System
(Programming Systems Lab, Saarland University, Germany)
comes with a constraint library based on Gecode -
Gecode/R
provides a modelling interface in Ruby for solving problems using Gecode -
Gecol
provides CFFI bindings that allow to use Gecode in Common Lisp - The
GeOz Project
aims at integrating Gecode into the Mozart programming system.
If you are developing an interface for Gecode and would like it to be listed here, please send us an email.
