Skip to content

An interface to make the Gecode constraint library friendly for interpreted languages.

Notifications You must be signed in to change notification settings

ggutierrez/gecodert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Requirements:

* CMake
* Gecode (it is recommended to configure Gecode with the --prefix=/usr and --enable-gist parameters)
* Qt

Follow these steps to clone and build the library:

$ git clone git@github.com:ggutierrez/gecodert.git
$ mkdir build
$ cd build
$ cmake ../gecodert
$ make

Now you can test some examples:
$ ./money
$ ./queens

About

An interface to make the Gecode constraint library friendly for interpreted languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published