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.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public bool SetBasis(
	Cplex cplex
)

Parameters

cplex
Type: ILOG.OPL..::..Cplex
Restores this basis on the given CPLEX instance.

See Also