Generated on Thu Mar 22 10:40:01 2012 for Gecode by doxygen 1.6.3

Test::Int::Arithmetic::SqrtXX Class Reference
[Arithmetic constraints]

Test for square root constraint with shared variables More...

List of all members.

Public Member Functions

 SqrtXX (const std::string &s, const Gecode::IntSet &d, 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 square root constraint with shared variables

Definition at line 203 of file arithmetic.cpp.


Constructor & Destructor Documentation

Test::Int::Arithmetic::SqrtXX::SqrtXX ( const std::string &  s,
const Gecode::IntSet d,
Gecode::IntConLevel  icl 
) [inline]

Create and register test.

Definition at line 206 of file arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

Definition at line 210 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 215 of file arithmetic.cpp.


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