Visualization program to play with Arborally Satisfied Sets
- Download everything
- Run
ant jarin the main directory - Run
java -jar dist/ArboralExplorer.jar
We use Coin-Or CMPL to solve an Integer Programming formulation of the problem. To get this running, do the following:
- If you're running linux64, set the environment variable
CMPLBINARYto "lib/Cmpl/bin/cmpl" - If you're running another OS, first download the correct version of CMPL from Coliop, then set the environment variable
CMPLBINARYto "/Cmpl/bin/cmpl"
- The repository is a NetBeans project, since we use that for development
- Pull requests are welcome, especially for features in [TODO.txt]