Generated on Tue May 22 09:41:59 2018 for Gecode by doxygen 1.6.3

Test::Int::MiniModelArithmetic::Sqrt Class Reference
[Minimal modelling constraints (arithmetic)]

Test for sqrt constraint More...

List of all members.

Public Member Functions

 Sqrt (const std::string &s, const Gecode::IntSet &d)
 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 sqrt constraint

Definition at line 178 of file mm-arithmetic.cpp.


Constructor & Destructor Documentation

Test::Int::MiniModelArithmetic::Sqrt::Sqrt ( const std::string &  s,
const Gecode::IntSet d 
) [inline]

Create and register test.

Definition at line 181 of file mm-arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

Definition at line 186 of file mm-arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 192 of file mm-arithmetic.cpp.


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