Generated on Tue May 22 09:42:02 2018 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 (OneArraySet &s)
 Constructor for cloning s.
virtual Spacecopy (void)
 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 167 of file ldsb.cpp.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 172 of file ldsb.cpp.

Test::LDSB::OneArraySet::OneArraySet ( OneArraySet s  )  [inline]

Constructor for cloning s.

Definition at line 175 of file ldsb.cpp.


Member Function Documentation

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 179 of file ldsb.cpp.

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

Return the solution as IntSetArgs.

Definition at line 183 of file ldsb.cpp.

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

Expected solutions.

Definition at line 192 of file ldsb.cpp.


Member Data Documentation

Variables.

Definition at line 170 of file ldsb.cpp.


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