ampl-mp

Open-source library for mathematical programming and optimization

brewmacoslinux
Try with needOr install directly
Source

About

Open-source library for mathematical programming

Commands

ampl

Examples

Solve a linear programming problem from an AMPL model file$ ampl model.mod
Run AMPL with a specific solver (e.g., CPLEX)$ ampl -c 'option solver cplex; solve;' model.mod
Execute AMPL commands interactively from a script file$ ampl < commands.txt