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

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

Test for absolute value constraint More...

List of all members.

Public Member Functions

 AbsXY (const std::string &s, const Gecode::IntSet &d, Gecode::IntPropLevel ipl)
 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 absolute value constraint

Definition at line 468 of file arithmetic.cpp.


Constructor & Destructor Documentation

Test::Int::Arithmetic::AbsXY::AbsXY ( const std::string &  s,
const Gecode::IntSet d,
Gecode::IntPropLevel  ipl 
) [inline]

Create and register test.

Definition at line 471 of file arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

Definition at line 475 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 481 of file arithmetic.cpp.


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