Saves basis information for a CPLEX instance.

Return Value

IloTrue if the basis was successfully saved.

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

Syntax

C#
public bool GetBasis(
	Cplex cplex
)

Parameters

cplex
Type: ILOG.OPL..::..Cplex
Saves the basis currently available on the given CPLEX instance.

See Also