Generated on Thu Apr 11 14:00:12 2019 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 (TestSpace &s)
 Constructor for cloning s.
void post (void)
 Post arbitrary propagator.
virtual Space * copy (void)
 Copy during cloning.

Protected Attributes

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

Detailed Description

Test space.

Definition at line 41 of file afc.cpp.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 44 of file afc.cpp.

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

Constructor for cloning s.

Definition at line 46 of file afc.cpp.


Member Function Documentation

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

Post arbitrary propagator.

Definition at line 51 of file afc.cpp.

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 55 of file afc.cpp.


Member Data Documentation

Two integer variables.

Definition at line 41 of file afc.cpp.

Definition at line 41 of file afc.cpp.


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