Generated on Sat Feb 12 2011 17:41:34 for Gecode by doxygen 1.7.3

Test::AFC::TestSpace Class Reference

Test space. More...

List of all members.

Public Member Functions

 TestSpace (void)
 Constructor for creation.
 TestSpace (bool share, TestSpace &s)
 Constructor for cloning s.
void post (void)
 Post arbitrary propagator.
virtual Space * copy (bool share)
 Copy during cloning.

Protected Attributes

Gecode::IntVar x
 Two integer variables.
Gecode::IntVar y

Detailed Description

Test space.

Definition at line 50 of file afc.cpp.


Constructor & Destructor Documentation

Test::AFC::TestSpace::TestSpace ( void  ) [inline]

Constructor for creation.

Definition at line 56 of file afc.cpp.

Test::AFC::TestSpace::TestSpace ( bool  share,
TestSpace s 
) [inline]

Constructor for cloning s.

Definition at line 58 of file afc.cpp.


Member Function Documentation

void Test::AFC::TestSpace::post ( void  ) [inline]

Post arbitrary propagator.

Definition at line 63 of file afc.cpp.

virtual Space* Test::AFC::TestSpace::copy ( bool  share) [inline, virtual]

Copy during cloning.

Implements Gecode::Space.

Definition at line 67 of file afc.cpp.


Member Data Documentation

Two integer variables.

Definition at line 53 of file afc.cpp.

Definition at line 53 of file afc.cpp.


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