ampl-asl

AMPL Solver Library providing ASL interface for optimization

brewmacoslinux
Try with needOr install directly
Source

About

AMPL Solver Library

Commands

amplsolveasl

Examples

Compile an AMPL model with ASL solver interface$ amplsolve model.mod data.dat
Link ASL library to custom solver application$ gcc -o mysolver mysolver.c -lasl -lm
Check ASL library version and capabilities$ asl --version