Implementation of MIP models for the Parallel Stack Loading Problem (PSLP) with conflicts in C++ using CPLEX.
The MIP models are described in:
Required libraries:
Usage:
pslp_mip_cplex -m <model> -i <input> [options]
Options:
-m --model <file> Model name (3ind, bp, flow).
-i --input <file> Input filename.
-o --output <file> Output filename.
-l --lp <file> Export the LP to <file>.
-h --help Show this screen.
This software is licensed under the GPLv3.
Please see the LICENSE
file for further information.