soplex

Solves linear programming problems using the simplex algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Optimization package for solving linear programming problems (LPs)

Commands

soplex

Examples

Solve a linear program from an MPS format file$ soplex problem.mps
Solve LP with verbose output to see iteration details$ soplex -v problem.mps
Solve LP and write solution to output file$ soplex -o solution.sol problem.mps