ILOG CPLEX .NET Reference Manual

Cplex.WriteBasis Method 

Writes the current simplex basis to the file indicated by name.

public virtual void WriteBasis(
   string name
);

Parameters

name
The name of the file to write.

Remarks

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