Class IloOplRunConfiguration
IloObject
|
+--IloOplRunConfiguration
- Description:
- The instances of this class help execute run configurations associating model and data.
It controls the life cycle of underlying objects.
Relative file paths are resolved relatively to the path of the current model file.
See the Overview for a general presentation of the ILOG Script extensions for OPL.
- Iterating properties:
- Default behavior.
- Index resolution:
- Default behavior.
- Available for:
- all
- See also:
-
IloOplModelSource
-
IloOplModelDefinition
-
IloCplex
-
IloOplModel
-
IloOplDataSource
Constructor Summary
| Constructor Attributes |
Constructor Name and Description |
| |
|
Property Summary
| Field Attributes |
Field Name and Description |
| flow control (read/write) |
Accesses the CP object for this run configuration.
|
| flow control (read/write) |
Accesses the CPLEX object for this run configuration.
|
| flow control (read only) |
Accesses the OPL model instance for this run configuration.
|
| flow control (read/write) |
Accesses the OPL settings object for this run configuration.
|
Constructor Detail
IloOplRunConfiguration
IloOplRunConfiguration(modPath, datPath, datPathN)
- Parameters:
-
modPath
- The path to the model file, or a model definition.
-
datPath
- The path to a data file, or data elements.
-
datPathN
- The path to the n-th data file.
Property Detail
cp
Accesses the CP object for this run configuration.
If no CP object has been set, the run configuration will create a new one.
- Available for:
- flow control (read/write)
cplex
Accesses the CPLEX object for this run configuration.
If no CPLEX object has been set, the run configuration will create a new one.
- Available for:
- flow control (read/write)
oplModel
Accesses the OPL model instance for this run configuration.
- Available for:
- flow control (read only)
settings
Accesses the OPL settings object for this run configuration.
If no OPL settings object has been set, the run configuration will create a new one.
- Available for:
- flow control (read/write)
©Copyright IBM Corp. 1987-2011.