Download

Gecode Version 2.1.1

Gecode 2.1.1 has been released on March 6th, 2008 (Changelog). Gecode is distributed under the MIT license. See our license information page for details.

Please refer to the documentation for compilation and installation instructions. If you find any bugs, you can enter them into our bug tracking system.

Packages

We provide precompiled binary versions of Gecode for 32-bit Windows. The binaries should work for use with the Microsoft Visual Studio development environment.

For Mac OS X 10.4 and 10.5, we provide a disk image (Gecode-2.1.1.dmg) containing a universal binary version of both Gecode and Gecode/J. We also provide a package that includes Gist (Gecode-2.1.1-Qt.dmg). You have to install the binary Qt package from the TrollTech download site (at the very bottom).

Anonymous svn access

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

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

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

svn --username anonymous checkout \
    https://svn.gecode.org/svn/gecode/tags/release-2.1.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 1.*.*

Gecode Versions 2.*.*

To learn more about subversion, please consult the subversion homepage or have a look at the online version of the book Version Control with Subversion.
Last change: 06 Mar 2008 18:21:00. (disclaimer)