Generated on Wed Jul 27 2011 15:09:23 for Gecode by doxygen 1.7.4
Test::Int::Unshare::Int Class Reference

Test for unsharing integer variables More...

List of all members.

Public Member Functions

 Int (Gecode::IntConLevel icl)
 Create and register test.
virtual bool solution (const Assignment &x) const
 Test whether x is solution
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)
 Post constraint on x.

Detailed Description

Test for unsharing integer variables

Definition at line 53 of file unshare.cpp.


Constructor & Destructor Documentation

Test::Int::Unshare::Int::Int ( Gecode::IntConLevel  icl) [inline]

Create and register test.

Definition at line 56 of file unshare.cpp.


Member Function Documentation

virtual bool Test::Int::Unshare::Int::solution ( const Assignment x) const [inline, virtual]

Test whether x is solution

Implements Test::Int::Test.

Definition at line 59 of file unshare.cpp.

virtual void Test::Int::Unshare::Int::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 65 of file unshare.cpp.


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