Gecode: Download
Gecode 3.7.1 has been released on October 10th, 2011 (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.4.0.
Binary Packages (Version 3.7.1)
- Windows x86 (32 bit), please choose by Microsoft Visual Studio version: 2008, 2010.
- Windows x64 (64 bit), please choose by Microsoft Visual Studio version: 2008, 2010.
- Mac OS X ≥ 10.6 (Intel only, 32 and 64 bit): Gecode-3.7.1.dmg. You have to install the binary Qt package from the Qt open source download page for Mac. We recommend the Cocoa version. Note that as of version 4.7.3, Qt does not yet fully support Mac OS 10.7 Lion (you may experience redraw artifacts in Gist).
- Linux and FreeBSD: while packages for many Linux distributions (Debian, Ubuntu, Gentoo, OpenSUSE, and most likely others) and FreeBSD exist, these packages often lag behind by several versions. If you prefer an up-to-date version (which you definitely should), please consider building Gecode from source.
Source Packages (Version 3.7.1)
Anonymous svn Access
The Gecode source code is also available via anonymous access to our subversion repository. The URL of the released version, 3.7.1, is
https://svn.gecode.org/svn/gecode/tags/release-3.7.1
To get started, check out the current release using the command
svn --username anonymous checkout \
https://svn.gecode.org/svn/gecode/tags/release-3.7.1
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-3.7.0.tar.gz gecode-3.7.0.7z
- gecode-3.6.0.tar.gz gecode-3.6.0.7z
- gecode-3.5.0.tar.gz gecode-3.5.0.7z
- gecode-3.4.2.tar.gz gecode-3.4.2.7z
- gecode-3.3.1.tar.gz gecode-3.3.1.7z
- gecode-3.2.2.tar.gz gecode-3.2.2.7z
- gecode-3.1.0.tar.gz gecode-3.1.0.7z
- gecode-3.0.2.tar.gz gecode-3.0.2.7z