The OplRunConfiguration type exposes the following members.

Methods

  Name Description
Public method addDatPath
Public method Clear
Public method Dispose
Public method End
Clears the memory used by this object
Public method endCpp
Clears the memory used by this object
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize (Overrides Object..::..Finalize()()()().)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetOplModel
This member function retrieves the OPL model instance for this run configuration. The first call to this method triggers instantiation of all missing objects. That may include objects of type OplErrorHandler, OplSettings, OplModelSource, OplModelDefinition, OplDataSource, [!:ICplex], IloCP, OplModel.

Return Value

A model instance.

Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method IsCompiledModel
This member function tests whether the model file is compiled.

Return Value

IloTrue if the model file is compiled.

Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetCP
This member function specifies the instance of the CP engine to use. If no CP engine is specified, a new one is created.
Public method SetCplex
This member function specifies the instance of the CPLEX engine to use. If no CPLEX engine is specified, a new one is created.
Public method setOwnEngine
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also