Test linear relation over float variables More...
Public Member Functions | |
FloatVar (const std::string &s, const Gecode::FloatVal &d, const Gecode::FloatValArgs &a0, Gecode::FloatRelType frt0, 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. | |
virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x, Gecode::Reify r) |
Post reified constraint on x for r. | |
Protected Attributes | |
Gecode::FloatValArgs | a |
Coefficients. | |
Gecode::FloatRelType | frt |
Float relation type to propagate. |
Test linear relation over float variables
Definition at line 127 of file linear.cpp.
Test::Float::Linear::FloatVar::FloatVar | ( | const std::string & | s, |
const Gecode::FloatVal & | d, | ||
const Gecode::FloatValArgs & | a0, | ||
Gecode::FloatRelType | frt0, | ||
Gecode::FloatNum | st | ||
) | [inline] |
Create and register test.
Definition at line 135 of file linear.cpp.
virtual MaybeType Test::Float::Linear::FloatVar::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Float::Linear::FloatVar::post | ( | Gecode::Space & | home, |
Gecode::FloatVarArray & | x | ||
) | [inline, virtual] |
virtual void Test::Float::Linear::FloatVar::post | ( | Gecode::Space & | home, |
Gecode::FloatVarArray & | x, | ||
Gecode::Reify | r | ||
) | [inline, virtual] |
Post reified constraint on x for r.
Reimplemented from Test::Float::Test.
Definition at line 181 of file linear.cpp.
Gecode::FloatValArgs Test::Float::Linear::FloatVar::a [protected] |
Coefficients.
Definition at line 130 of file linear.cpp.
Float relation type to propagate.
Definition at line 132 of file linear.cpp.