Generated on Thu Mar 22 10:40:00 2012 for Gecode by doxygen 1.6.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 45 of file afc.cpp.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 48 of file afc.cpp.

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

Constructor for cloning s.

Definition at line 50 of file afc.cpp.


Member Function Documentation

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

Post arbitrary propagator.

Definition at line 55 of file afc.cpp.

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 59 of file afc.cpp.


Member Data Documentation

Two integer variables.

Definition at line 45 of file afc.cpp.

Definition at line 45 of file afc.cpp.


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