AML Library Reference
The following modeling components make up the core of the Pyomo
Algebraic Modeling Language (AML). These classes are all available
through the pyomo.environ
namespace.
|
A concrete optimization model that does not defer construction of components. |
|
An abstract optimization model that defers construction of components. |
|
Blocks are indexed components that contain other components (including blocks). |
|
A component used to index other Pyomo components. |
|
A set object that represents a set of numeric values |
|
A parameter value, which may be defined over an index. |
|
A numeric variable, which may be defined over an index. |
|
This modeling component defines an objective expression. |
|
This modeling component defines a constraint expression using a rule function. |
|
Interface to an external (non-algebraic) function. |
|
Creates a component that references other components |
|
Implements constraints for special ordered sets (SOS). |