Test::Float::Transcendental::PowXX Class Reference
Test for pow exponent n constraint with shared variables More...
Public Member Functions | |
| PowXX (const std::string &s, const Gecode::FloatVal &d, Gecode::FloatNum _base, 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 exponent n constraint with shared variables
Definition at line 297 of file transcendental.cpp.
Constructor & Destructor Documentation
| Test::Float::Transcendental::PowXX::PowXX | ( | const std::string & | s, | |
| const Gecode::FloatVal & | d, | |||
| Gecode::FloatNum | _base, | |||
| Gecode::FloatNum | st | |||
| ) | [inline] |
Create and register test.
Definition at line 301 of file transcendental.cpp.
Member Function Documentation
| virtual MaybeType Test::Float::Transcendental::PowXX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Float::Test.
Definition at line 304 of file transcendental.cpp.
| virtual void Test::Float::Transcendental::PowXX::post | ( | Gecode::Space & | home, | |
| Gecode::FloatVarArray & | x | |||
| ) | [inline, virtual] |
Post constraint on x.
Implements Test::Float::Test.
Definition at line 310 of file transcendental.cpp.
The documentation for this class was generated from the following file:
- test/float/transcendental.cpp
