• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/ISSUE_TEMPLATE/H20-May-2021-3420

contribs/H20-May-2021-19,21711,503

doxygen/H20-May-2021-1,9081,459

examples/H03-May-2022-272,038253,253

gecode/H20-May-2021-224,501137,082

images/H07-May-2022-

misc/H03-May-2022-3,1342,451

test/H20-May-2021-98,43385,921

tools/flatzinc/H20-May-2021-210128

.editorconfigH A D20-May-2021418 1915

.gitignoreH A D20-May-20211.6 KiB107106

.travis.ymlH A D20-May-2021688 3931

LICENSEH A D20-May-20211.2 KiB2621

Makefile.contribsH A D20-May-20213.1 KiB8546

Makefile.depH A D20-May-20213 MiB33,81033,809

Makefile.inH A D03-May-202267.2 KiB2,1241,769

README.mdH A D20-May-20211.5 KiB4327

changelog.inH A D20-May-2021232.1 KiB10,3129,049

configureH A D03-May-2022422.5 KiB14,86812,180

configure.acH A D20-May-202110.7 KiB382319

configure.ac.inH A D20-May-202110.6 KiB378316

gecode.m4H A D20-May-202152.2 KiB1,6171,524

install-shH A D20-May-20219 KiB324189

README.md

1# Gecode - Generic Constraint Development Environment
2
3![Gecode](images/gecode-logo-100.png "Gecode")
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[![Build Status master](https://api.travis-ci.org/Gecode/gecode.svg?branch=master)](https://travis-ci.org/Gecode/gecode)
12
13[develop](https://github.com/Gecode/gecode/tree/develop):
14[![Build Status develop](https://api.travis-ci.org/Gecode/gecode.svg?branch=develop)](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
43