highs

Linear optimization solver for LP, MIP, and QP problems

brewmacoslinux
Try with needOr install directly
Source

About

Linear optimization software

Commands

highs

Examples

Solve a linear programming problem from an MPS file$ highs input_file.mps
Solve a problem and write solution to output file$ highs --solution output.sol input_file.mps
Display help information and available options$ highs --help