Gecode::Gist Gecode::Gist::DrawingCursor Gecode::Gist::Logos Gecode::Gist::LayoutCursor Gecode::Gist::AboutGist Gecode::Gist::GistMainWindow Gecode::Gist::NodeAllocatorBase Gecode::Gist::Node Gecode::Gist::NodeCursor Gecode::Gist::HideFailedCursor Gecode::Gist::UnhideAllCursor Gecode::Gist::UnstopAllCursor Gecode::Gist::NextSolCursor Gecode::Gist::StatCursor Gecode::Gist::BranchLabelCursor Gecode::Gist::DisposeCursor Gecode::Gist::NodeStatInspector Gecode::Gist::NodeVisitor Gecode::Gist::PostorderNodeVisitor Gecode::Gist::PreorderNodeVisitor Gecode::Gist::NodeWidget Gecode::Gist::PreferencesDialog Gecode::Gist::Gist Gecode::Gist::Statistics Gecode::Gist::BestNode Gecode::Gist::SpaceNode Gecode::Gist::StopChoice Gecode::Gist::StopBrancher Gecode::Gist::TextOutputI Gecode::Gist::SearcherThread Gecode::Gist::TreeCanvas Gecode::Gist::Layout Gecode::Gist::BoundingBox Gecode::Gist::Extent Gecode::Gist::Shape Gecode::Gist::VisualNode Gecode::Gist::Inspector Gecode::Gist::Comparator Gecode::Gist::TextOutput Gecode::Gist::Print Gecode::Gist::VarComparator Gecode::Gist::Options Gecode::Gist::LayoutConfig NodeStatus SOLVED Node representing a solution. FAILED Node representing failure. BRANCH Node representing a branch. UNDETERMINED Node that has not been explored yet. STOP Node representing stop point. UNSTOP Node representing ignored stop point. Status of nodes in the search tree. const unsigned int const unsigned int Gecode::Gist::FIRSTBIT FIRSTBIT = 24 const unsigned int const unsigned int Gecode::Gist::STATUSMASK STATUSMASK = 7<<20 const unsigned int const unsigned int Gecode::Gist::MAXDISTANCE MAXDISTANCE = (1<<20)-1 const unsigned int const unsigned int Gecode::Gist::DISTANCEMASK DISTANCEMASK = (1<<20)-1 const unsigned char const unsigned char Gecode::Gist::zoomToFitIcon[] [] zoomToFitIcon int int Gecode::Gist::dfs (Space *root, const Gist::Options &opt=Gist::Options::def) dfs Space * root const Gist::Options & opt Create a new stand-alone Gist for root. int int Gecode::Gist::bab (Space *root, const Gist::Options &opt=Gist::Options::def) bab Space * root const Gist::Options & opt Create a new stand-alone Gist for branch-and-bound search of root. GECODE_GIST_EXPORT void GECODE_GIST_EXPORT void Gecode::Gist::stopBranch (Space &home) stopBranch Space & home A branching that stops exploration. GECODE_GIST_EXPORT int GECODE_GIST_EXPORT int Gecode::Gist::explore (Space *root, bool bab, const Options &opt) explore Space * root bool bab const Options & opt Create a new stand-alone Gist for root using bab. The Gecode Interactive Search Tool. The Gecode::Gist namespace contains the Gecode Interactive Search Tool, a Qt-based graphical search engine.