Writes a priority order file with the specified name.

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

Syntax

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

Parameters

name
Type: System..::..String
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 CPLEX File Formats Reference Manual.

See Also