driver.hh File Reference
(Revision: 11465)
#include <gecode/minimodel.hh>#include <gecode/search.hh>#include <gecode/support/auto-link.hpp>#include <gecode/driver/options.hpp>#include <gecode/driver/script.hpp>Go to the source code of this file.
Classes | |
| class | Gecode::Driver::BaseOption |
| Base class for options. More... | |
| class | Gecode::Driver::StringValueOption |
| String-valued option. More... | |
| class | Gecode::Driver::StringOption |
| String-valued option (integer value defined by strings). More... | |
| class | Gecode::Driver::StringOption::Value |
| Option value. More... | |
| class | Gecode::Driver::IntOption |
| Integer option. More... | |
| class | Gecode::Driver::UnsignedIntOption |
| Unsigned integer option. More... | |
| class | Gecode::Driver::DoubleOption |
| Double option. More... | |
| class | Gecode::Driver::BoolOption |
| Boolean option. More... | |
| class | Gecode::BaseOptions |
| Base class for script options. More... | |
| class | Gecode::Options |
| Options for scripts More... | |
| class | Gecode::SizeOptions |
| Options for scripts with additional size parameter More... | |
| class | Gecode::InstanceOptions |
| Options for scripts with additional instance parameter More... | |
| class | Gecode::Driver::ScriptBase< BaseSpace > |
| Parametric base-class for scripts. More... | |
Namespaces | |
| namespace | Gecode::Driver |
Script commandline driver. | |
| namespace | Gecode |
Gecode toplevel namespace | |
Defines | |
| #define | GECODE_DRIVER_EXPORT |
| #define | GECODE_LIBRARY_NAME "Driver" |
Typedefs | |
| typedef Driver::ScriptBase< Space > | Gecode::Script |
| Base-class for scripts. | |
| typedef Driver::ScriptBase < MinimizeSpace > | Gecode::MinimizeScript |
| Base-class for scripts for finding solution of lowest cost. | |
| typedef Driver::ScriptBase < MaximizeSpace > | Gecode::MaximizeScript |
| Base-class for scripts for finding solution of highest cost. | |
Enumerations | |
| enum | Gecode::ScriptMode { Gecode::SM_SOLUTION, Gecode::SM_TIME, Gecode::SM_STAT, Gecode::SM_GIST } |
Different modes for executing scripts. More... | |
