Generated on Sat Feb 7 2015 02:01:33 for Gecode by doxygen 1.8.9.1
gist.hh File Reference

(Revision: 12665)

#include <gecode/kernel.hh>
#include <gecode/search.hh>
#include <gecode/int.hh>
#include <gecode/set.hh>
#include <gecode/float.hh>
#include <gecode/support/auto-link.hpp>
#include <string>
#include <sstream>
#include <gecode/gist/gist.hpp>

Go to the source code of this file.

Classes

class  Gecode::Gist::Inspector
 Abstract base class for inspectors. More...
 
class  Gecode::Gist::Comparator
 Abstract base class for comparators. More...
 
class  Gecode::Gist::TextOutput
 An window for simple text output. More...
 
class  Gecode::Gist::Print< S >
 An inspector for printing simple text output. More...
 
class  Gecode::Gist::VarComparator< S >
 A simple comparator. More...
 
class  Gecode::Gist::Options
 Options for Gist More...
 
class  Gecode::Gist::Options::_I
 Helper class storing inspectors. More...
 

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Gist
 The Gecode Interactive Search Tool.
 

Macros

#define GECODE_GIST_EXPORT
 
#define GECODE_LIBRARY_NAME   "Gist"
 

Functions

void Gecode::Gist::stopBranch (Space &home)
 A branching that stops exploration. More...
 
int Gecode::Gist::explore (Space *root, bool bab, const Options &opt)
 Create a new stand-alone Gist for root using bab. More...
 
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...
 

Macro Definition Documentation

#define GECODE_GIST_EXPORT

Definition at line 69 of file gist.hh.

#define GECODE_LIBRARY_NAME   "Gist"

Definition at line 76 of file gist.hh.