Gecode::Gist::Options Class Reference
Options for Gist More...
#include <gist.hh>
List of all members.
Classes | |
| class | _I |
| Helper class storing inspectors. More... | |
Public Member Functions | |
| Options (void) | |
| Initialize with default values. | |
Public Attributes | |
| class Gecode::Gist::Options::_I | inspect |
| Helper class storing inspectors. | |
Static Public Attributes | |
| static const Options | def |
| Default options. | |
Detailed Description
Options for Gist
Note that the d and stop fields of the Search::Options class are not used by Gist.
Definition at line 234 of file gist.hh.
Constructor & Destructor Documentation
| Gecode::Gist::Options::Options | ( | void | ) | [inline] |
Initialize with default values.
Reimplemented from Gecode::Search::Options.
Definition at line 162 of file gist.hpp.
Member Data Documentation
| class Gecode::Gist::Options::_I Gecode::Gist::Options::inspect |
Helper class storing inspectors.
const Options Gecode::Gist::Options::def [static] |
Default options.
Reimplemented from Gecode::Search::Options.
Definition at line 269 of file gist.hh.
The documentation for this class was generated from the following files:
- gecode/gist.hh
- gecode/gist/gist.cpp
- gecode/gist/gist.hpp
