Gecode::Search Gecode::Search::CutoffConstant Gecode::Search::CutoffLinear Gecode::Search::CutoffLuby Gecode::Search::CutoffGeometric Gecode::Search::CutoffRandom Gecode::Search::CutoffAppend Gecode::Search::CutoffRepeat Gecode::Search::WorkerToEngine Gecode::Search::Worker Gecode::Search::UninitializedCutoff Gecode::Search::Statistics Gecode::Search::Options Gecode::Search::Stop Gecode::Search::NodeStop Gecode::Search::FailStop Gecode::Search::TimeStop Gecode::Search::MetaStop Gecode::Search::Cutoff Gecode::Search::Engine Gecode::Search::Config Gecode::Search::Meta Gecode::Search::Parallel Gecode::Search::Sequential GECODE_SEARCH_EXPORT Engine * GECODE_SEARCH_EXPORT Engine* Gecode::Search::bab (Space *s, const Options &o) bab Space * s const Options & o Create branch and bound engine. GECODE_SEARCH_EXPORT Engine * GECODE_SEARCH_EXPORT Engine* Gecode::Search::dfs (Space *s, const Options &o) dfs Space * s const Options & o Create depth-first engine. GECODE_SEARCH_EXPORT Engine * GECODE_SEARCH_EXPORT Engine* Gecode::Search::rbs (Space *s, MetaStop *stop, Engine *e, const Options &o) rbs Space * s MetaStop * stop Engine * e const Options & o forceinline Space * forceinline Space * Gecode::Search::snapshot (Space *s, const Options &o, bool share=true) snapshot Space * s const Options & o bool share true Clone space s dependening on options o.