ILOG CPLEX .NET Reference Manual

Cplex.ReadOrder Method 

Reads the ORD file indicated by name and copies the priority order information into the invoking CPLEX problem object.

public virtual void ReadOrder(
   string name
);

Parameters

name
The name of the file to read.

Remarks

The parameter MipOrdInd must be on (its default setting) for the priority order to be used to start a subsequent optimization. The names in the ORD file must match names in the active model.

By convention, the file extension is .Ord. The ORD file format is documented in the reference manual ILOG CPLEX File Formats.

See Also

Cplex Class | ILOG.CPLEX Namespace