
Base class for tests for branching on integer variables More...
#include <branch.hh>
Public Member Functions | |
| IntTest (const std::string &s, int a, const Gecode::IntSet &d) | |
| Construct and register test. More... | |
| virtual bool | run (void) |
| Perform test. More... | |
| virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x)=0 |
| Post propagators on variables x. 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... | |
Protected Attributes | |
| int | arity |
| Number of variables. More... | |
| Gecode::IntSet | dom |
| Domain of variables. More... | |
Additional Inherited Members | |
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... | |
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... | |
| Test::Branch::IntTest::IntTest | ( | const std::string & | s, |
| int | a, | ||
| const Gecode::IntSet & | d | ||
| ) |
Construct and register test.
Definition at line 397 of file branch.cpp.
|
virtual |
|
pure virtual |
Post propagators on variables x.
Implemented in Test::Branch::Int.
|
protected |
|
protected |