A class to manipulate forall constraints.

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

Syntax

C#
public interface IForAllRange : IConstraint, 
	IIntExpr, INumExpr, ICopyable, IAddable

Remarks

This class allows you to manipulate the constraints generated using forall constructs in OPL.

See Also