Download

Gecode Version 3.1.0

Gecode 3.1.0 has been released on May 20th, 2009 (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

For Windows, we provide precompiled versions of Gecode for 32-bit (x86) and 64-bit (x64). The Windows Installer package (Gecode-3.1.0-x86.msi (32-bit), Gecode-3.1.0-x64.msi (64-bit)) contains: Gecode libraries, header files, documentation, Gecode/FlatZinc interpreter, required Qt libraries (additional license information is in the doc directory).

For Mac OS X 10.4 and 10.5, we provide a disk image (Gecode-3.1.0.dmg) containing a universal binary (PowerPC and i386) version of Gecode. You have to install the binary Qt package from the Qt download page (Qt libraries for Mac).

Anonymous svn access

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

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

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

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

Gecode Versions 2.*.*

Gecode Versions 3.*.*

7-Zip

The 7-Zip archives (file extension 7z) use 7-Zip as a file archiver with a high compression ratio.

Subversion

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: 15 Jun 2009 15:13:34. (disclaimer)