Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1
Gist: the Gecode Interactive Search Tool

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...
 
class  Gecode::Gist::Comparator
 Abstract base class for comparators. More...
 

Functions

int Gecode::Gist::dfs (Space *root, const Gist::Options &opt=Gist::Options::def)
 Create a new stand-alone Gist for root. More...
 
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. More...
 

Detailed Description

Function Documentation

int Gecode::Gist::dfs ( Space root,
const Gist::Options opt 
)
inline

Create a new stand-alone Gist for root.

Definition at line 207 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 212 of file gist.hpp.