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.
- The Windows Installer package (Gecode-2.1.1.msi) contains the libraries, header files, and documentation. It also contains Gecode/J, the Java interface to Gecode, and the Gecode/FlatZinc interpreter.
- The Windows Installer package with Qt
(Gecode-2.1.1-Qt.msi)
contains the same as the above package, plus a precompiled version of Gist together with the necessary Qt libraries. You can run all C++ examples using the switch
-mode gist. Additional license information concerning Qt will be installed in thedocdirectory of your Gecode installation. - The zip archive (gecode-2.1.1-bin-win32.zip) contains the libraries and header files.
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-1.0.0.tar.gz gecode-1.0.0.zip gecode-1.0.1.tar.gz gecode-1.0.1.zip
- gecode-1.1.0.tar.gz gecode-1.1.0.zip
- gecode-1.2.0.tar.gz gecode-1.2.0.zip gecode-1.2.1.tar.gz gecode-1.2.1.zip gecode-1.2.2.tar.gz gecode-1.2.2.zip
- gecode-1.3.0.tar.gz gecode-1.3.0.zip gecode-1.3.1.tar.gz gecode-1.3.1.zip
