Test::Branch::BoolTestSpace Class Reference
Inherits Gecode::Space.
Detailed Description
Space for executing Boolean tests.Definition at line 75 of file branch.cc.
Public Member Functions | |
| BoolTestSpace (int n) | |
| Initialize test space. | |
| BoolTestSpace (bool share, BoolTestSpace &s) | |
| Constructor for cloning s. | |
| virtual Gecode::Space * | copy (bool share) |
| Copy space during cloning. | |
Public Attributes | |
| Gecode::BoolVarArray | x |
| Variables to be tested. | |
Constructor & Destructor Documentation
| Test::Branch::BoolTestSpace::BoolTestSpace | ( | int | n | ) | [inline] |
| Test::Branch::BoolTestSpace::BoolTestSpace | ( | bool | share, | |
| BoolTestSpace & | s | |||
| ) | [inline] |
Member Function Documentation
| virtual Gecode::Space* Test::Branch::BoolTestSpace::copy | ( | bool | share | ) | [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file:
