Test for logarithm constraint with shared variables More...
Public Member Functions | |
LogXX (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 void | post (Gecode::Space &home, Gecode::FloatVarArray &x) |
Post constraint on x. |
Test for logarithm constraint with shared variables
Definition at line 165 of file transcendental.cpp.
Test::Float::Transcendental::LogXX::LogXX | ( | const std::string & | s, |
const Gecode::FloatVal & | d, | ||
Gecode::FloatNum | st | ||
) | [inline] |
Create and register test.
Definition at line 168 of file transcendental.cpp.
virtual MaybeType Test::Float::Transcendental::LogXX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Float::Test.
Definition at line 171 of file transcendental.cpp.
virtual void Test::Float::Transcendental::LogXX::post | ( | Gecode::Space & | home, |
Gecode::FloatVarArray & | x | ||
) | [inline, virtual] |
Post constraint on x.
Implements Test::Float::Test.
Definition at line 177 of file transcendental.cpp.