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


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 145 of file ldsb.cpp.

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

Constructor for cloning s.

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

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

Return the solution as IntArgs.

Definition at line 156 of file ldsb.cpp.

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

Expected solutions.

Definition at line 163 of file ldsb.cpp.


Member Data Documentation

Variables.

Definition at line 143 of file ldsb.cpp.


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