The OplCplexBasis type exposes the following members.

Methods

  Name Description
Public method Attach
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 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 GetBasis
Saves basis information for a CPLEX instance.

Return Value

IloTrue if the basis was successfully saved.

Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 SetBasis
Restores basis information for a CPLEX instance.
Important
This utility can restore bases 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 the basis was successfully restored.

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

See Also