-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Antoine "Avzgui" Richard edited this page Jul 14, 2015
·
1 revision
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).
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.
The Choco Solver is an open-source Java library for Constraint Programming.