Test::Float::Arithmetic::PowXY Class Reference
[Arithmetic constraints]
Test for pow constraint More...
Public Member Functions | |
PowXY (const std::string &s, const Gecode::FloatVal &d, unsigned int _n, Gecode::FloatNum st) | |
Create and register test. | |
virtual MaybeType | solution (const Assignment &x) const |
Test whether x is solution | |
virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x) |
Post constraint on x. |
Detailed Description
Test for pow constraint
Definition at line 366 of file arithmetic.cpp.
Constructor & Destructor Documentation
Test::Float::Arithmetic::PowXY::PowXY | ( | const std::string & | s, | |
const Gecode::FloatVal & | d, | |||
unsigned int | _n, | |||
Gecode::FloatNum | st | |||
) | [inline] |
Create and register test.
Definition at line 370 of file arithmetic.cpp.
Member Function Documentation
virtual MaybeType Test::Float::Arithmetic::PowXY::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Float::Test.
Definition at line 373 of file arithmetic.cpp.
virtual void Test::Float::Arithmetic::PowXY::post | ( | Gecode::Space & | home, | |
Gecode::FloatVarArray & | x | |||
) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/float/arithmetic.cpp (Revision: 13264)