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

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

Test for sqr constraint More...

List of all members.

Public Member Functions

 Sqr (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 sqr constraint

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


Constructor & Destructor Documentation

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

Create and register test.

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


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

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

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

Post constraint on x.

Implements Test::Int::Test.

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


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