Test::Assign::BoolTest Class Reference
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. |
Detailed Description
Base class for tests for branching on Boolean variables
Definition at line 77 of file assign.hh.
Constructor & Destructor Documentation
Test::Assign::BoolTest::BoolTest | ( | const std::string & | s, | |
int | a | |||
) |
Construct and register test.
Definition at line 166 of file assign.cpp.
Member Function Documentation
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.
Member Data Documentation
int Test::Assign::BoolTest::arity [protected] |
The documentation for this class was generated from the following files: