The OplSettings type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose | |
|
|
End |
Clears the memory used by this object.
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
Finalize | (Overrides Object..::..Finalize()()()().) |
|
|
GetErrorHandler |
Returns the OPL error handler.
Return ValueThe IloErrorHandler for this implementation object. |
|
|
getExportExternalData |
Returns the file name of the external data export or null.
Return ValueAn file name used by OPL to export external data. |
|
|
getExportInternalData |
Returns the file name of the internal data export or null.
Return ValueAn file name used by OPL to export internal data. |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
getRunSettings |
|
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
hasSlicingCache |
Returns true if the OPL slicing can cache results to get possible performance improvements.
Return ValueAn IloBool indicating whether the OPL slicing can cache results to get possible performance improvements. |
|
|
isDo4dsxDebug |
Returns IloTrue if JavaScript is enabled.
Return ValueAn IloBool indicating whether JavaScript is enabled. |
|
|
isExportExternalData |
Returns true if OPL will export the external data.
Return ValueAn IloBool indicating whether export of external data will be done. |
|
|
isExportInternalData |
Returns true if OPL will export the internal data.
Return ValueAn IloBool indicating whether export of internal data will be done. |
|
|
isForceElemenPostProcessingtUsage |
Returns true if the usage of all model elements is forced.
Return ValueAn IloBool indicating whether the usage of all model elements is forced. |
|
|
isMemoryEmphasis |
|
|
|
isUndefinedDataError |
Returns true if undefined data is reported as error.
Return ValueAn IloBool indicating whether undefined data elements are reported as errors. |
|
|
isUseSortedSets |
Returns true if unspecified sets are sorted
Return ValueAn IloBool indicating whether the unspecified sets are sorted. |
|
|
isWithDataChecks |
Returns true if OPL must check the integrity of the input data.
Return ValueAn IloBool indicating whether OPL must check the integrity of the data input or not. |
|
|
isWithJavaScript |
Returns IloTrue if JavaScript is enabled.
Return ValueAn IloBool indicating whether JavaScript is enabled. |
|
|
isWithMultiEnv |
Returns IloTrue if multi-env mode is enabled.
Return ValueAn IloBool indicating whether multi-env mode is enabled. |
|
|
isWithWarnings |
Returns true if the OPL must output warnings or not.
Return ValueAn IloBool indicating whether the evaluation of assert statements is skipped. |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
removeExecutionController |
|
|
|
RemoveProfiler |
Deactivates the OPL profiling feature.
|
|
|
setDo4dsxDebug |
Enables or disables Javascript support.
|
|
|
setExportExternalData |
Sets the file name used by OPL to export the external data.
|
|
|
setExportInternalData |
Sets the file name used by OPL to export the internal data.
|
|
|
setGC |
Set the Javascript garbage collector mode. This flag enables or disables the Javascript garbage collector. The default value is true which means that the GC must run.
|
|
|
setMemoryEmphasis |
|
|
|
setSlicingCache |
Tells OPL if the OPL slicing can cache results to get possible performance improvements.
|
|
|
setUndefinedDataError |
Enables errors reporded for undefined data. This flag is used to control the check for undefined external data. The default value is true.
|
|
|
setUseSortedSets |
Use sorted sets by default. The default is false, sets without modifier will be ordered
|
|
|
setWithDataChecks |
Tells OPL to perform data integrity checks for inputs or not.
|
|
|
setWithJavaScript |
Enables or disables Javascript support.
|
|
|
setWithMultiEnv |
Enables multi-env mode. This flag offers a new [!:IEnv] to each sub-model. The default value is true.
|
|
|
setWithWarnings |
Forces OPL to output warnings or not
|
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
|
usesGC |
Returns IloTrue if Javascript garbage collector is enabled.
Return ValueAn IloBool indicating whether Javascript garbage collector is on or off. |