Skip to content

mdeboute/OFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal Firefighters Allocation

How to compile executable files?

mkdir -p build
cd build
cmake ..
make <target>

<target> can be one of the following:

  • test.out: the test suite
  • mip.out: the MIP solver (make sure you have Gurobi installed in your machine with a valid licence)
  • unit_test.out: the unit test suite
  • all: all of the above

How to run executable files?

In the build directory:

./<exec>.out

You can add the flag -h or --help to get help on the command line arguments.

How to run the benchmark script?

In the root directory:

./benchmark.sh

You can add the flag -h or --help to get help on the command line arguments.

About

Optimal Firefighters Allocation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •