The OplSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
BigMapThreshold |
This member function returns the threshold set for arrays or maps to be considered big.
Return ValueAn integer representing the threshold for arrays or maps. |
|
|
DisplayPrecision |
This member function returns the display precision when serializing model elements.
Return ValueAn integer representing the display precision. |
|
|
DisplayWidth |
This member function returns the display width when serializing model elements.
Return ValueAn integer representing the display width. |
|
|
HasProfiler |
Returns true if the OPL profiling feature is activated.
Return ValueAn IloBool indicating whether the profiling feature is activated. |
|
|
IsDisplayOnePerLine |
Returns true if the display is set to show only one item per line.
Return ValueAn IloBool indicating whether the display is set to show only one item per line. |
|
|
IsDisplayWithComponentName |
Returns true if tuple component names are shown.
Return ValueAn IloBool indicating whether tuple component names are shown. |
|
|
IsDisplayWithIndex |
Returns true if item indices are shown when serializing model elements.
|
|
|
IsForceElementUsage |
Returns true if the usage of all model elements is forced.
Return ValueAn IloBool indicating whether the usage of all model elements is forced. |
|
|
IsKeepTmpFiles |
Returns true if temporary files are kept.
Return ValueAn IloBool indicating whether temporary files are kept. |
|
|
IsMainEndEnabled |
Returns true if calls to [!:#end()] inside a main scripting block are executed.
Return ValueAn IloBool indicating whether calls to end are enabled within a main scripting block. |
|
|
IsSkipAssert |
Returns true if the evaluation of assert statements is skipped.
Return ValueAn IloBool indicating whether the evaluation of assert statements is skipped. |
|
|
IsSkipWarnNeverUsedElements |
Returns true if the detection of unused OPL elements is skipped.
Return ValueAn IloBool indicating whether the detection of unused OPL elements is skipped. |
|
|
IsWithLocations |
Returns true if locations are present.
Return ValueAn IloBool indicating whether the locations are present. |
|
|
IsWithNames |
Returns true if names for decision variables and constraints are present.
Return ValueAn IloBool indicating whether names for decision variables and constraints are present. |
|
|
Profiler |
Returns the OPL profiler if the feature is activated.
Return ValueThe IloProfiler for this implementation object. |
|
|
RelaxationLevel |
This member function returns the level for relaxation.
Return ValueAn integer representing the level for relaxation. |
|
|
ResolverPath |
Returns the current resources search path. See setResolverPath(String) for details.
Return ValueA string representing the current resources search path. |
|
|
TmpDir |
Returns the current path for temporary files.
Return ValueA string representing the current path for temporary files. |
|
|
WithWarnings |
Returns true if the OPL must output warnings or not.
Return ValueAn IloBool indicating whether the evaluation of assert statements is skipped. |