Writes all MIP starts to a named file.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual void WriteMIPStarts( string name ) |
| Visual Basic |
|---|
Public Overridable Sub WriteMIPStarts ( _ name As String _ ) |
Parameters
- name
- Type: System..::..String
The name of the file to write.
Remarks
By convention, the file extension is .Mst. The MST file format is documented in the CPLEX File Formats Reference Manual and in the stylesheet solution.Xsl and schema solution.Xsd in the include directory of the product. Samples of its use appear in the examples distributed with the product and in the CPLEX User's Manual.
The level of detail to write to the file is controlled by setting the Cplex.IntParam.WriteLevel parameter.