
#include <gecode/kernel.hh>#include <gecode/search.hh>#include <gecode/int.hh>#include <iostream>#include <sstream>#include <string>#include "test/test.hpp"Go to the source code of this file.
Classes | |
| class | Test::ind |
| Simple class for describing indentation. More... | |
| class | Test::Options |
| Commandline options. More... | |
| class | Test::Base |
| Base class for all tests to be run More... | |
Namespaces | |
| namespace | Test |
| General test support. | |
Enumerations | |
| enum | Test::MatchType { Test::MT_ANY , Test::MT_NOT , Test::MT_FIRST } |
| How to match. More... | |
Variables | |
| std::ostringstream | Test::olog |
| Stream used for logging. | |
| Options | Test::opt |
| The options. | |