Gecode::RBS Gecode::EngineBase search.hh template< class > class E E class T T forceinline Gecode::RBS< E, T >::RBS (T *s, const Search::Options &o) RBS T * s const Search::Options & o Initialize engine for space s and options o. T * forceinline T * Gecode::RBS< E, T >::next (void) next void Return next solution (NULL, if non exists or search has been stopped) Search::Statistics forceinline Search::Statistics Gecode::RBS< E, T >::statistics (void) const statistics void Return statistics. bool forceinline bool Gecode::RBS< E, T >::stopped (void) const stopped void Check whether engine has been stopped. Meta-engine performing restart-based search. The engine uses the Cutoff sequence supplied in the options o to periodically restart the search of engine E.The class T can implement member functions virtualvoidmaster(unsignedlonginti,constSpace*s) and virtualvoidslave(unsignedlonginti,constSpace*s) Whenever exploration restarts or a solution is found, the engine executes the functions on the master and slave space. For more details, consult "Modeling and Programming with Gecode". e Gecode::RBSe Gecode::RBSEngineBase Gecode::RBSnext Gecode::RBSRBS Gecode::RBSstatistics Gecode::RBSstopped Gecode::RBS~EngineBase