The OplCplexVectors type exposes the following members.

Methods

  Name Description
Public method Attach(IIntVarMap, IIntMap)
Attach a variable map vars to a value map statuses. After some attachments have been done, only the elements with attachments are taken into account to get/set basis.
Public method Attach(INumVarMap, INumMap)
Attach a variable map vars to a value map statuses. After some attachments have been done, only the elements with attachments are taken into account to get/set basis.
Public method clear
Clears this objects and gets it back to a clean version
Public method deleteStart
Delete all the MIP start information of the given cplex
Public method Dispose
Public method End
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 GetStart
Saves the MIP start information.

Return Value

IloTrue if MIP start was successfully saved.

Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetStart
Restores the MIP start information.
Important
This utility can restore MIP start only if the problem of the given CPLEX instance has exactly the number of rows and columns as the problem it was taken from.

Return Value

IloTrue if MIP start was successfully restored.

Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also