Generated on Fri Mar 20 15:57:22 2015 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 (bool share, OneArray &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 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 143 of file ldsb.cpp.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 148 of file ldsb.cpp.

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

Constructor for cloning s.

Definition at line 151 of file ldsb.cpp.


Member Function Documentation

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 155 of file ldsb.cpp.

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

Return the solution as IntArgs.

Definition at line 159 of file ldsb.cpp.

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

Expected solutions.

Definition at line 166 of file ldsb.cpp.


Member Data Documentation

Variables.

Definition at line 146 of file ldsb.cpp.


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