Returns a goal that applies the specified evaluator to the search tree defined by the specified goal.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public Cplex..::..Goal Apply(
	Cplex..::..Goal goal,
	Cplex..::..NodeEvaluator evaluator
)
Visual Basic
Public Function Apply ( _
	goal As Cplex..::..Goal, _
	evaluator As Cplex..::..NodeEvaluator _
) As Cplex..::..Goal

Return Value

The goal that applies the node selection strategy defined by evaluator to the search tree defined by goal.

Remarks

In doing so, it changes the order of processing of the active nodes of the search tree defined by goal according to evaluator.

See Also