This method displays the current conflict. It will not display the constraints that were initially specified as being part of the conflict and that were consequently not refined by the conflict refiner (constraints not in the array of constraints passed to RefineConflict or constraints or groups with preference 0).

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual void WriteConflict(
	TextWriter s
)

Parameters

s
Type: System.IO..::..TextWriter

Remarks

For more information on the conflict refiner, see the concept Conflict Refiner in the C++ Reference Manual.

See Also