Reads a simplex basis from the BAS file specified by name, and copies that basis into the invoking object.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual void ReadBasis(
	string name
)
Visual Basic
Public Overridable Sub ReadBasis ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name of the file to read.

Remarks

The parameter AdvInd must not be 0 (zero) for the basis to be used to start a subsequent optimization.

By convention, the file extension is .Bas. The BAS file format is documented in the CPLEX File Formats Reference Manual.

See Also