
Base class for tests for branching on Boolean variables More...
#include <assign.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 assignment on variables x. | |
Protected Attributes | |
| int | arity |
| Number of variables. | |
| Test::Assign::BoolTest::BoolTest | ( | const std::string & | s, |
| int | a | ||
| ) |
Construct and register test.
Definition at line 166 of file assign.cpp.
| bool Test::Assign::BoolTest::run | ( | void | ) | [virtual] |
| virtual void Test::Assign::BoolTest::post | ( | Gecode::Space & | home, |
| Gecode::BoolVarArray & | x | ||
| ) | [pure virtual] |
Post assignment on variables x.
Implemented in Test::Assign::Bool.
int Test::Assign::BoolTest::arity [protected] |