ILOG CPLEX .NET Reference Manual

Cplex.ReadMIPStart Method 

Reads the SOL file denoted by name and copies the MIP start information into the invoking object.

public virtual void ReadMIPStart(
   string name
);

Parameters

name
The name of the file to read.

Remarks

The parameter AdvInd must not be 0 (zero) in order for the MIP start information to be used to start a subsequent optimization. For example, its default value, 1 (one) is an appropriate setting.

By convention, the file extension is .Sol. The SOL file format is documented in the reference manual ILOG CPLEX File Formats 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 ILOG CPLEX User's Manual.

See Also

Cplex Class | ILOG.CPLEX Namespace