AMPL R API¶
Contents¶
- Introduction
- Getting started
- Class structure
- R quick start
- Complete listing
- Needed headers and AMPL environment creation
- Load a model from file
- Solve a problem
- Get an AMPL entity in the programming environment (get objective value)
- Modify model data (assign values to parameters)
- Get numeric values from variables
- Get arbitrary values via ampl expressions
- Delete the AMPL object to free the resources
- R API reference
- R API examples