cgl

Cut Generation Library for integer programming and optimization

brewmacoslinux
Try with needOr install directly
Source

About

Cut Generation Library

Commands

cgl

Examples

Generate cuts for an LP problem from a file$ cgl problem.mps
Apply cutting planes with specific parameters$ cgl -input problem.mps -cuts all -solve
Generate and save cuts to output file$ cgl problem.mps -output cuts.mps