Generated on Mon Jul 6 18:09:23 2009 for Gecode by doxygen 1.5.9

Gist: the Gecode Interactive Search Tool
[Programming models]


Classes

class  Gecode::Gist::GistMainWindow
 Main window for stand-alone Gist. More...
class  Gecode::Gist::Gist
 Gecode Interactive Search Tool More...
class  Gecode::Gist::Inspector
 Abstract base class for Inspectors. More...

Functions

int Gecode::Gist::dfs (Space *root, const Gist::Options &opt=Gist::Options::def)
 Create a new stand-alone Gist for root.
int Gecode::Gist::bab (Space *root, const Gist::Options &opt=Gist::Options::def)
 Create a new stand-alone Gist for branch-and-bound search of root.

Function Documentation

int Gecode::Gist::dfs ( Space *  root,
const Gist::Options &  opt 
) [inline]

Create a new stand-alone Gist for root.

Definition at line 78 of file gist.hpp.

int Gecode::Gist::bab ( Space *  root,
const Gist::Options &  opt 
) [inline]

Create a new stand-alone Gist for branch-and-bound search of root.

Definition at line 83 of file gist.hpp.