Test brancher
More...
List of all members.
Public Member Functions |
| Set (const std::string &s, const Gecode::IntSet &d, int n) |
| Create and register test.
|
virtual void | post (Gecode::Space &home, Gecode::SetVarArray &x) |
| Post propagators on variables x.
|
| SetTest (const std::string &s, int a, const Gecode::IntSet &d) |
| Construct and register test.
|
virtual bool | run (void) |
| Perform test.
|
| Base (const std::string &s) |
| Create and register test with name s.
|
const std::string & | name (void) const |
| Return name of test.
|
Base * | next (void) const |
| Return next test.
|
void | next (Base *n) |
| Set next test.
|
virtual | ~Base (void) |
| Destructor.
|
Detailed Description
Test brancher
Definition at line 45 of file set.cpp.
Constructor & Destructor Documentation
Test::Branch::Set::Set |
( |
const std::string & |
s, |
|
|
const Gecode::IntSet & |
d, |
|
|
int |
n |
|
) |
| |
|
inline |
Create and register test.
Definition at line 48 of file set.cpp.
Member Function Documentation
The documentation for this class was generated from the following file: