cbc

Mixed integer linear programming solver for optimization problems

brewmacoslinux
Try with needOr install directly
Source

About

Mixed integer linear programming solver

Commands

cbc

Examples

Solve a linear programming problem from an MPS format file$ cbc problem.mps solve
Solve with verbose output and save solution to file$ cbc model.lp -solve -solu solution.txt
Set solver options and time limit for optimization$ cbc problem.mps -timeMode elapsed -sec 60 solve