Provides base class SgSearchControl and several basic serch control strategies. An SgSearchControl object is installed into SgSearch or derived engine.
Definition in file SgSearchControl.h.
Go to the source code of this file.
Classes | |
class | SgSearchControl |
Resource control used in class SgSearch. More... | |
class | SgTimeSearchControl |
Example of a simple search abort class: abort when time has expired. More... | |
class | SgNodeSearchControl |
Example of a simple search abort class: abort when node limit is reached. More... | |
class | SgCombinedSearchControl |
Abort when either time or node limit is reached. More... | |
class | SgRelaxedSearchControl |
Abort when time limit is reached AND a number of nodes were searched. More... |