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

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

Syntax

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

Parameters

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

Remarks

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

See Also