gist.hh File Reference
(Revision: 9692)
#include <gecode/kernel.hh>
#include <gecode/search.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::TextInspector |
An inspector base class for simple text output. More... | |
class | Gecode::Gist::Print< S > |
An inspector for printing simple text output. More... | |
class | Gecode::Gist::Options |
Options for Gist. More... | |
class | Gecode::Gist::Options::_I |
Helper class storing inspectors. More... | |
Namespaces | |
namespace | Gecode |
Gecode toplevel namespace. | |
namespace | Gecode::Gist |
The Gecode Interactive Search Tool. | |
Defines | |
#define | GECODE_GIST_EXPORT |
#define | GECODE_LIBRARY_NAME "Gist" |
Functions | |
int | Gecode::Gist::explore (Space *root, bool bab, const Options &opt) |
Create a new stand-alone Gist for root using bab. | |
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. |