Skip to content
Antoine "Avzgui" Richard edited this page Jul 14, 2015 · 1 revision

Installation

This project was made with the NetBeans IDE, that why there is a nbproject directory in this repository.

So, it is advisable to use NetBeans IDE to clone this project.

However, you can also use your favorite IDE, just don't froget to link the librairies used (you could find them in the lib directory).

Librairies

Guava

Guava: Google Core Libraries for Java add several usefull classes and collection to the vanilla's Java classes.

It is mainly used for the Table collection.

Choco Solver

The Choco Solver is an open-source Java library for Constraint Programming.