IloOplSettings
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.
| Field Attributes | Field Name and Description |
|---|---|
| all |
Some activities on arrays are reduced on big instances to save memory and time.
|
| all |
Tells OPL to check, or not, the data integrity coming from databases or flat files.
|
| all |
Raises runtime errors if a
DBExecute statement fails. |
| all |
Displays tuple component values with their names.
|
| all |
Displays array items with their index value.
|
| all |
Displays one collection item per line.
|
| all |
Sets the display precision, that is, the number of fractional digits to display for float numbers.
|
| all |
Sets the display width.
|
| all |
The names of decision variables at runtime.
|
| all |
Name of the file to which OPL will export the external data.
|
| all |
Name of the file to which OPL will export the internal data.
|
| all |
Forces the use of model elements.
|
| all |
Tells OPL to enable/disable the JavaScript garbage collector.
|
| all |
Maintains the information on file location for runtime objects.
|
| all |
Enables execution of
end methods from flow control scripting. |
| all |
Changes the way submodels are allocated.
|
| all |
Generates names for runtime objects.
|
| all |
Changes the way automatic relaxation of infeasible models is done.
|
| all |
Skips execution of all
assert statements. |
| all |
Tells OPL to index the data for filtering or not.
|
| all |
Enables warnings.
|
true
DBExecute statement fails.
Otherwise, a warning is displayed.
Default: false
false
false
false
null
null
false
true
false
end methods from flow control scripting.
Default: true
IloOplModel with a new algorithm is allocated separately from the main model.
Value 0 means that all models are allocated to the same stack. Use the value 0 when multi-model applications get non expected results.
false
assert statements.
Useful for debugging.
Default: false
true
true