FRAMES NO FRAMES

IlcSelectSearch

public IlcGoal IlcSelectSearch(IlcGoal goal, IlcSearchSelector selector)
Definition file: ilsolver/search.h
Include file: <ilsolver/ilosolver.h>

This goal applies the selector selector to the search tree defined by the goal goal. As the goal manager explores the search tree, it gives successful leaves to the selector. When the tree has been fully explored, the selector is called, and it re-activates the selected nodes.

See Also: