
Base class for no-good tests More...
Public Member Functions | |
| NoGoods (ValBranch vb0, unsigned int t0, bool a0, bool n0) | |
| Initialize test. More... | |
| virtual bool | run (void) |
| Run test. More... | |
Public Member Functions inherited from Test::Base | |
| Base (const std::string &s) | |
| Create and register test with name s. More... | |
| const std::string & | name (void) const |
| Return name of test. More... | |
| Base * | next (void) const |
| Return next test. More... | |
| void | next (Base *n) |
| Set next test. More... | |
| virtual | ~Base (void) |
| Destructor. More... | |
Static Public Member Functions | |
| static std::string | str (unsigned int i) |
| Map unsigned integer to string. More... | |
Static Public Member Functions inherited from Test::Base | |
| static void | sort (void) |
| Sort tests alphabetically. More... | |
| static Base * | tests (void) |
| Return all tests. More... | |
| static bool | fixpoint (void) |
| Throw a coin whether to compute a fixpoint. More... | |
Protected Attributes | |
| ValBranch | vb |
| How to branch. More... | |
| unsigned int | t |
| Number of threads to use. More... | |
| bool | a |
| Whether to also assign some variables. More... | |
| bool | n |
| Whether to also create branchers without no-good literals. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Test::Base | |
| static Gecode::Support::RandomGenerator | rand = Gecode::Support::RandomGenerator() |
| Random number generator. More... | |
Related Functions inherited from Test::Base | |
| int | main (int argc, char *argv[]) |
| Main function. More... | |
Base class for no-good tests
Definition at line 210 of file nogoods.cpp.
|
inline |
Initialize test.
Definition at line 228 of file nogoods.cpp.
|
inlinestatic |
Map unsigned integer to string.
Definition at line 222 of file nogoods.cpp.
|
inlinevirtual |
|
protected |
How to branch.
Definition at line 213 of file nogoods.cpp.
|
protected |
Number of threads to use.
Definition at line 215 of file nogoods.cpp.
|
protected |
Whether to also assign some variables.
Definition at line 217 of file nogoods.cpp.
|
protected |
Whether to also create branchers without no-good literals.
Definition at line 219 of file nogoods.cpp.