ILOG CPLEX .NET Reference Manual

Cplex.WriteOrder Method 

Writes a priority order file with the indicated name.

public virtual void WriteOrder(
   string name
);

Parameters

name
The name of the file to which the priority order is written.

Remarks

A priority order file contains the branching direction and branch priority settings for the variables 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