Test::Float::Arithmetic::SqrtXYSol Class Reference
[Arithmetic constraints]
Test for square root constraint where solution is ensured More...
Public Member Functions | |
SqrtXYSol (const std::string &s, const Gecode::FloatVal &d, Gecode::FloatNum st) | |
Create and register test. | |
virtual MaybeType | solution (const Assignment &x) const |
Test whether x is solution | |
virtual bool | extendAssignement (Assignment &x) const |
Extend assignment x. | |
virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x) |
Post constraint on x. |
Detailed Description
Test for square root constraint where solution is ensured
Definition at line 314 of file arithmetic.cpp.
Constructor & Destructor Documentation
Test::Float::Arithmetic::SqrtXYSol::SqrtXYSol | ( | const std::string & | s, | |
const Gecode::FloatVal & | d, | |||
Gecode::FloatNum | st | |||
) | [inline] |
Create and register test.
Definition at line 317 of file arithmetic.cpp.
Member Function Documentation
virtual MaybeType Test::Float::Arithmetic::SqrtXYSol::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Float::Test.
Definition at line 320 of file arithmetic.cpp.
virtual bool Test::Float::Arithmetic::SqrtXYSol::extendAssignement | ( | Assignment & | x | ) | const [inline, virtual] |
Extend assignment x.
Reimplemented from Test::Float::Test.
Definition at line 329 of file arithmetic.cpp.
virtual void Test::Float::Arithmetic::SqrtXYSol::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)