FRAMES NO FRAMES

IloDFSEvaluator

public IloNodeEvaluator IloDFSEvaluator(const IloEnv env)
Definition file: ilsolver/ilosolverint.h
Include file: <ilsolver/ilosolver.h>

This function creates and returns a node evaluator which implements depth-first search in a Concert Technology model.

This function returns an instance of IloNodeEvaluator for use with the member functions IloSolver::startNewSearch and IloSolver::solve. An instance of IloSolver extracts the node evaluator that it returns as an instance of IlcNodeEvaluator for use during a Solver search.

See Also: