this repo has no description
1# Gecode - Generic Constraint Development Environment
2
3
4
5Gecode is an open source C++ toolkit for developing
6constraint-based systems and applications. Gecode provides a
7constraint solver with state-of-the-art performance while being
8modular and extensible.
9
10[master](https://github.com/Gecode/gecode/tree/master):
11[](https://travis-ci.org/Gecode/gecode)
12
13[develop](https://github.com/Gecode/gecode/tree/develop):
14[](https://travis-ci.org/Gecode/gecode)
15
16## Getting All the Info You Need...
17
18You can find lots of information on
19[Gecode's webpages](https://gecode.github.io),
20including how to download, compile, install, and use it.
21
22In particular,
23Gecode comes with
24[extensive tutorial and reference documentation](https://gecode.github.io/documentation.html).
25
26## Download Gecode
27
28Gecode packages (source, Apple MacOS, Microsoft Windows) can be downloaded from
29[GitHub](https://github.com/Gecode/gecode/releases)
30or
31[Gecode's webpages](https://gecode.github.io/download.html).
32
33## Contributing to Gecode
34
35We happily accept smaller contributions and fixes, please provide them as pull requests against the develop branch. For larger contributions, please get in touch.
36
37## Gecode License
38
39Gecode is licensed under the
40[MIT license](https://github.com/Gecode/gecode/blob/master/LICENSE).
41
42