This member function enables you to know whether the element is a decision variable.

Return Value

IloTrue if the element is a decision variable.

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

Syntax

C#
public bool IsDecisionVariable { get; }

See Also