Test::Int::Arithmetic::PowXX Class Reference
[Arithmetic constraints]
Test for power constraint with shared variables More...
Public Member Functions | |
| PowXX (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 with shared variables
Definition at line 258 of file arithmetic.cpp.
Constructor & Destructor Documentation
| Test::Int::Arithmetic::PowXX::PowXX | ( | const std::string & | s, | |
| int | n0, | |||
| const Gecode::IntSet & | d, | |||
| Gecode::IntPropLevel | ipl | |||
| ) | [inline] |
Create and register test.
Definition at line 264 of file arithmetic.cpp.
Member Function Documentation
| virtual bool Test::Int::Arithmetic::PowXX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 269 of file arithmetic.cpp.
| virtual void Test::Int::Arithmetic::PowXX::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
Member Data Documentation
int Test::Int::Arithmetic::PowXX::n [protected] |
The exponent.
Definition at line 261 of file arithmetic.cpp.
The documentation for this class was generated from the following file:
- test/int/arithmetic.cpp
