Creates and returns an instance of IRange initialized to represent the constraint val == expr and added to the invoking instance of IModel.

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

Syntax

C#
IRange AddEq(
	double val,
	INumExpr expr,
	string name
)

Parameters

val
Type: System..::..Double
Value of the new equality constraint.
expr
Type: ILOG.Concert..::..INumExpr
Expression of the new equality constraint.
name
Type: System..::..String
Name assigned to the new equality constraint.

Return Value

A new IRange object initialized to represent the constraint val == expr.

Remarks

The new IRange object is assigned the name name.

See Also