The OplSettings type exposes the following members.

Properties

  Name Description
Public property BigMapThreshold
This member function returns the threshold set for arrays or maps to be considered big.

Return Value

An integer representing the threshold for arrays or maps.

Public property DisplayPrecision
This member function returns the display precision when serializing model elements.

Return Value

An integer representing the display precision.

Public property DisplayWidth
This member function returns the display width when serializing model elements.

Return Value

An integer representing the display width.

Public property HasProfiler
Returns true if the OPL profiling feature is activated.

Return Value

An IloBool indicating whether the profiling feature is activated.

Public property IsDisplayOnePerLine
Returns true if the display is set to show only one item per line.

Return Value

An IloBool indicating whether the display is set to show only one item per line.

Public property IsDisplayWithComponentName
Returns true if tuple component names are shown.

Return Value

An IloBool indicating whether tuple component names are shown.

Public property IsDisplayWithIndex
Returns true if item indices are shown when serializing model elements.
Public property IsForceElementUsage
Returns true if the usage of all model elements is forced.

Return Value

An IloBool indicating whether the usage of all model elements is forced.

Public property IsKeepTmpFiles
Returns true if temporary files are kept.

Return Value

An IloBool indicating whether temporary files are kept.

Public property IsMainEndEnabled
Returns true if calls to [!:#end()] inside a main scripting block are executed.

Return Value

An IloBool indicating whether calls to end are enabled within a main scripting block.

Public property IsSkipAssert
Returns true if the evaluation of assert statements is skipped.

Return Value

An IloBool indicating whether the evaluation of assert statements is skipped.

Public property IsSkipWarnNeverUsedElements
Returns true if the detection of unused OPL elements is skipped.

Return Value

An IloBool indicating whether the detection of unused OPL elements is skipped.

Public property IsWithLocations
Returns true if locations are present.

Return Value

An IloBool indicating whether the locations are present.

Public property IsWithNames
Returns true if names for decision variables and constraints are present.

Return Value

An IloBool indicating whether names for decision variables and constraints are present.

Public property Profiler
Returns the OPL profiler if the feature is activated.

Return Value

The IloProfiler for this implementation object.

Public property RelaxationLevel
This member function returns the level for relaxation.

Return Value

An integer representing the level for relaxation.

Public property ResolverPath
Returns the current resources search path. See setResolverPath(String) for details.

Return Value

A string representing the current resources search path.

Public property TmpDir
Returns the current path for temporary files.

Return Value

A string representing the current path for temporary files.

Public property WithWarnings
Returns true if the OPL must output warnings or not.

Return Value

An IloBool indicating whether the evaluation of assert statements is skipped.

See Also