Generated on Mon May 10 06:46:53 2010 for Gecode by doxygen 1.6.3

TestSpace Class Reference

Space for testing. More...

List of all members.

Public Member Functions

 TestSpace (void)
 TestSpace (bool share, TestSpace &t)
virtual Spacecopy (bool share)
 Copying member function.
virtual void print (std::ostream &os) const

Public Attributes

IntVarArray x

Detailed Description

Space for testing.

Definition at line 47 of file mygist.cpp.


Constructor & Destructor Documentation

TestSpace::TestSpace ( void   )  [inline]

Definition at line 50 of file mygist.cpp.

TestSpace::TestSpace ( bool  share,
TestSpace t 
) [inline]

Definition at line 53 of file mygist.cpp.


Member Function Documentation

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

Copying member function.

Must create a new object using the constructor for cloning.

Implements Gecode::Space.

Definition at line 56 of file mygist.cpp.

virtual void TestSpace::print ( std::ostream &  os  )  const [inline, virtual]

Definition at line 59 of file mygist.cpp.


Member Data Documentation

Definition at line 49 of file mygist.cpp.


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