ILOG CPLEX .NET Reference Manual

Cplex.ReadBasis Method 

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

public virtual void ReadBasis(
   string name
);

Parameters

name
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 reference manual ILOG CPLEX File Formats.

See Also

Cplex Class | ILOG.CPLEX Namespace