
Base class for tests for branching on Boolean variables More...
#include <branch.hh>
Public Member Functions | |
| BoolTest (const std::string &s, int a) | |
| Construct and register test. | |
| virtual bool | run (void) |
| Perform test. | |
| virtual void | post (Gecode::Space &home, Gecode::BoolVarArray &x)=0 |
| Post propagators on variables x. | |
Protected Attributes | |
| int | arity |
| Number of variables. | |
| Test::Branch::BoolTest::BoolTest | ( | const std::string & | s, |
| int | a | ||
| ) |
Construct and register test.
Definition at line 385 of file branch.cpp.
| bool Test::Branch::BoolTest::run | ( | void | ) | [virtual] |
| virtual void Test::Branch::BoolTest::post | ( | Gecode::Space & | home, |
| Gecode::BoolVarArray & | x | ||
| ) | [pure virtual] |
Post propagators on variables x.
Implemented in Test::Branch::Bool.
int Test::Branch::BoolTest::arity [protected] |