Test for squaring constraint where solution is ensured More...
Public Member Functions | |
SqrXYSol (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. |
Test for squaring constraint where solution is ensured
Definition at line 257 of file arithmetic.cpp.
Test::Float::Arithmetic::SqrXYSol::SqrXYSol | ( | const std::string & | s, |
const Gecode::FloatVal & | d, | ||
Gecode::FloatNum | st | ||
) | [inline] |
Create and register test.
Definition at line 260 of file arithmetic.cpp.
virtual MaybeType Test::Float::Arithmetic::SqrXYSol::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Float::Test.
Definition at line 263 of file arithmetic.cpp.
virtual bool Test::Float::Arithmetic::SqrXYSol::extendAssignement | ( | Assignment & | x | ) | const [inline, virtual] |
Extend assignment x.
Reimplemented from Test::Float::Test.
Definition at line 267 of file arithmetic.cpp.
virtual void Test::Float::Arithmetic::SqrXYSol::post | ( | Gecode::Space & | home, |
Gecode::FloatVarArray & | x | ||
) | [inline, virtual] |