This repository includes:
- A branch-and-price algorithm in
bp
. - MIP models in
mip/cplex
. - Standalone variable pricers (for benchmarking) in
pricers
. - Common files for all projects in
common
.
mkdir build
cd build/
cmake -DCMAKE_BUILD_TYPE=Release ..
make
This software is licensed under the GPLv3.
Please see the LICENSE
file for further information.