Returns a constraint that is the logical negation of its argument and assigns the string name as the name of the returned constraint.

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

Syntax

C#
IConstraint Not(
	IConstraint con1,
	string name
)

Parameters

con1
Type: ILOG.Concert..::..IConstraint
name
Type: System..::..String

See Also