Cplex calls this method for every node controlled by the invoking evaluator in order to compute an evaluation value for the node.

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

Syntax

C#
protected internal abstract double Evaluate()

Return Value

The evaluation value of the current node.

See Also