FRAMES NO FRAMES

IlcBFSEvaluator

public IlcNodeEvaluator IlcBFSEvaluator(IloSolver solver, IlcIntVar var, IlcInt step=1)
public IlcNodeEvaluator IlcBFSEvaluator(IloSolver solver, IlcFloatVar var, IlcFloat step=1.0)
Definition file: ilsolver/search.h
Include file: <ilsolver/ilosolver.h>

This function creates and returns a node evaluator that implements a best first search.

Nodes are evaluated according to the variable var. As long as the minimum of var is no greater than the minimum of the evaluation of each open nodes + step, the search continues as a depth-first search. If the opposite is true, the goal manager postpones the evaluation of the current node and jumps to the best open node.

See Also: