Generated on Tue Sep 25 2012 20:53:34 for Gecode by doxygen 1.7.5
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.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 55 of file afc.cpp.

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

Constructor for cloning s.

Definition at line 57 of file afc.cpp.


Member Function Documentation

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

Post arbitrary propagator.

Definition at line 62 of file afc.cpp.

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 66 of file afc.cpp.


Member Data Documentation

Two integer variables.

Definition at line 52 of file afc.cpp.

Definition at line 52 of file afc.cpp.


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