Generated on Tue May 22 09:42:02 2018 for Gecode by doxygen 1.6.3

Test::LDSB::OneArray Class Reference

Test space More...

List of all members.

Public Member Functions

 OneArray (int n, int l, int u)
 Constructor for creation.
 OneArray (OneArray &s)
 Constructor for cloning s.
virtual Spacecopy (void)
 Copy during cloning.
IntArgs solution (void)
 Return the solution as IntArgs.
virtual IntArgsexpectedSolutions (void)
 Expected solutions.

Public Attributes

IntVarArray xs
 Variables.

Detailed Description

Test space

Definition at line 139 of file ldsb.cpp.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 144 of file ldsb.cpp.

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

Constructor for cloning s.

Definition at line 147 of file ldsb.cpp.


Member Function Documentation

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 151 of file ldsb.cpp.

IntArgs Test::LDSB::OneArray::solution ( void   )  [inline]

Return the solution as IntArgs.

Definition at line 155 of file ldsb.cpp.

virtual IntArgs* Test::LDSB::OneArray::expectedSolutions ( void   )  [inline, virtual]

Expected solutions.

Definition at line 162 of file ldsb.cpp.


Member Data Documentation

Variables.

Definition at line 142 of file ldsb.cpp.


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