ILOG CPLEX .NET Reference Manual

Cplex.Apply Method 

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

public Goal Apply(
   Goal goal,
   NodeEvaluator evaluator
);

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

Cplex Class | ILOG.CPLEX Namespace