Generated on Fri Mar 20 15:57:22 2015 for Gecode by doxygen 1.6.3

Test::LDSB::OneArraySet Class Reference

Test space (set version) More...

List of all members.

Public Member Functions

 OneArraySet (int n, int l, int u)
 Constructor for creation.
 OneArraySet (bool share, OneArraySet &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 Copy during cloning.
IntSetArgs solution (void)
 Return the solution as IntSetArgs.
virtual IntSetArgsexpectedSolutions (void)
 Expected solutions.

Public Attributes

SetVarArray xs
 Variables.

Detailed Description

Test space (set version)

Definition at line 171 of file ldsb.cpp.


Constructor & Destructor Documentation

Test::LDSB::OneArraySet::OneArraySet ( int  n,
int  l,
int  u 
) [inline]

Constructor for creation.

Definition at line 176 of file ldsb.cpp.

Test::LDSB::OneArraySet::OneArraySet ( bool  share,
OneArraySet s 
) [inline]

Constructor for cloning s.

Definition at line 179 of file ldsb.cpp.


Member Function Documentation

virtual Space* Test::LDSB::OneArraySet::copy ( bool  share  )  [inline, virtual]

Copy during cloning.

Implements Gecode::Space.

Definition at line 183 of file ldsb.cpp.

IntSetArgs Test::LDSB::OneArraySet::solution ( void   )  [inline]

Return the solution as IntSetArgs.

Definition at line 187 of file ldsb.cpp.

virtual IntSetArgs* Test::LDSB::OneArraySet::expectedSolutions ( void   )  [inline, virtual]

Expected solutions.

Definition at line 196 of file ldsb.cpp.


Member Data Documentation

Variables.

Definition at line 174 of file ldsb.cpp.


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