lp_solve

Mixed integer linear programming solver for optimization problems

brewmacoslinux
Try with needOr install directly
Source

About

Mixed integer linear programming solver

Commands

lp_solve

Examples

Solve a linear programming problem from a file$ lp_solve < problem.lp
Solve with MPS format and display sensitivity analysis$ lp_solve -mps problem.mps -S3
Solve with verbose output and save results to file$ lp_solve problem.lp -v > solution.txt