AMPL MATLAB API#
Contents#
- Introduction
- Initial Setup
- Quick Start
- Complete listing
- Initialisation
- AMPL Environment creation
- Load a model from file
- Solve a model
- Get an AMPL entity in the programming environment (get objective value)
- Modify model data (assign values to parameters)
- Get numeric values from variables and other entities
- Get arbitrary values via ampl expressions
- Close the AMPL object to free the resources
- Class structure
- MATLAB API Reference
- MATLAB API Examples