(Revision: 12352)
#include <gecode/kernel.hh>
#include <gecode/search.hh>
#include <gecode/int.hh>
#include <gecode/set.hh>
#include <gecode/support/auto-link.hpp>
#include <string>
#include <sstream>
#include <gecode/gist/gist.hpp>
Go to the source code of this file.
Namespaces |
namespace | Gecode |
| Gecode toplevel namespace
|
namespace | Gecode::Gist |
| The Gecode Interactive Search Tool.
|
Functions |
void | Gecode::Gist::stopBranch (Space &home) |
| A branching that stops exploration.
|
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.
|
Macro Definition Documentation
#define GECODE_GIST_EXPORT |
#define GECODE_LIBRARY_NAME "Gist" |