Generated on Thu Apr 11 14:00:21 2019 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 168 of file ldsb.cpp.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 173 of file ldsb.cpp.

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

Constructor for cloning s.

Definition at line 176 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 180 of file ldsb.cpp.

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

Return the solution as IntSetArgs.

Definition at line 184 of file ldsb.cpp.

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

Expected solutions.

Definition at line 193 of file ldsb.cpp.


Member Data Documentation

Variables.

Definition at line 171 of file ldsb.cpp.


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