Gecode: Download

Gecode 4.0.0 has been released on March 14th, 2013 (Changelog). Gecode is distributed under the MIT license. See our license information page for details. If you find any bugs, you can enter them into our bug tracking system.

Please refer to Section 2.6 of Modeling and Programming with Gecode for additional installation and compilation instructions.

Gecode comes with an interpreter for the FlatZinc language (see our FlatZinc page for details). It currently supports FlatZinc version 1.6.0.

Binary Packages (Version 4.0.0)

Source Packages (Version 4.0.0)

Anonymous svn Access

The Gecode source code is also available via anonymous access to our subversion repository. The URL of the released version, 4.0.0, is

https://svn.gecode.org/svn/gecode/tags/release-4.0.0

To get started, check out the current release using the command

svn --username anonymous checkout \
    https://svn.gecode.org/svn/gecode/tags/release-4.0.0

You will have to use anonymous as the login and your email address as the password.

You can also try out the cutting-edge development version of Gecode. Please note, however, that this version reflects work in progress, so there may be bugs. It even may not compile at all. So, for the curious and venturous, the URL is

https://svn.gecode.org/svn/gecode/trunk

Previous Versions

Gecode Versions 3.*.*

Gecode Versions 2.*.*

Gecode Versions 1.*.*