Writes a conflict 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 WriteConflict(
	string name
)
Visual Basic
Public Overridable Sub WriteConflict ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name of the file to which the conflict is written.

See Also