Generated on Fri Mar 20 15:57:13 2015 for Gecode by doxygen 1.6.3

Test::Branch::BoolTestSpace Class Reference

Space for executing Boolean tests. More...

List of all members.

Public Member Functions

 BoolTestSpace (int n)
 Initialize test space.
 BoolTestSpace (bool share, BoolTestSpace &s)
 Constructor for cloning s.
virtual Gecode::Spacecopy (bool share)
 Copy space during cloning.

Public Attributes

Gecode::BoolVarArray x
 Variables to be tested.

Detailed Description

Space for executing Boolean tests.

Definition at line 95 of file branch.cpp.


Constructor & Destructor Documentation

Test::Branch::BoolTestSpace::BoolTestSpace ( int  n  )  [inline]

Initialize test space.

Definition at line 100 of file branch.cpp.

Test::Branch::BoolTestSpace::BoolTestSpace ( bool  share,
BoolTestSpace s 
) [inline]

Constructor for cloning s.

Definition at line 103 of file branch.cpp.


Member Function Documentation

virtual Gecode::Space* Test::Branch::BoolTestSpace::copy ( bool  share  )  [inline, virtual]

Copy space during cloning.

Implements Gecode::Space.

Definition at line 108 of file branch.cpp.


Member Data Documentation

Variables to be tested.

Definition at line 98 of file branch.cpp.


The documentation for this class was generated from the following file: