support.hh File Reference
(Revision: 7347)
#include "gecode/kernel.hh"
#include "gecode/int.hh"
#include "gecode/search.hh"
#include "examples/support/options.icc"
#include "examples/support/example.icc"
Go to the source code of this file.
Classes | |
| class | BaseOption |
| Base class for options. More... | |
| class | StringOption |
| String-valued option. More... | |
| class | StringOption::Value |
| Option value. More... | |
| class | UnsignedIntOption |
| Unsigned integer option. More... | |
| class | Options |
| Options for examples. More... | |
| class | SizeOptions |
| Options for examples with additional size parameter. More... | |
| class | Example |
| Base-class for Gecode examples. More... | |
Enumerations | |
| enum | ExampleMode { EM_SOLUTION, EM_TIME, EM_STAT } |
| Different modes for executing examples. More... | |
Enumeration Type Documentation
| enum ExampleMode |
Different modes for executing examples.
- Enumerator:
-
EM_SOLUTION Print solution and some statistics. EM_TIME Measure average runtime. EM_STAT Print statistics for example.
Definition at line 57 of file support.hh.
