mkdir -p build
cd build
cmake ..
make <target>
<target>
can be one of the following:
test.out
: the test suitemip.out
: the MIP solver (make sure you have Gurobi installed in your machine with a valid licence)unit_test.out
: the unit test suiteall
: all of the above
In the build directory:
./<exec>.out
You can add the flag -h
or --help
to get help on the command line arguments.
In the root directory:
./benchmark.sh
You can add the flag -h
or --help
to get help on the command line arguments.