Generated on Thu Apr 11 14:00:15 2019 for Gecode by doxygen 1.6.3

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

Test for power constraint More...

List of all members.

Public Member Functions

 PowXY (const std::string &s, int n0, 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.

Protected Attributes

int n
 The exponent.

Detailed Description

Test for power constraint

Definition at line 226 of file arithmetic.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 232 of file arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

Definition at line 237 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 248 of file arithmetic.cpp.


Member Data Documentation

The exponent.

Definition at line 229 of file arithmetic.cpp.


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