Test::Float::Channel::Bool Class Reference
Test channel between float and Boolean More...
Public Member Functions | |
| Bool (Gecode::FloatNum st) | |
| Construct and register test. | |
| virtual MaybeType | solution (const Assignment &x) const |
| Check whether x is solution. | |
| virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x) |
| Post constraint on x. | |
Detailed Description
Test channel between float and Boolean
Definition at line 68 of file channel.cpp.
Constructor & Destructor Documentation
| Test::Float::Channel::Bool::Bool | ( | Gecode::FloatNum | st | ) | [inline] |
Construct and register test.
Definition at line 71 of file channel.cpp.
Member Function Documentation
| virtual MaybeType Test::Float::Channel::Bool::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Check whether x is solution.
Implements Test::Float::Test.
Definition at line 74 of file channel.cpp.
| virtual void Test::Float::Channel::Bool::post | ( | Gecode::Space & | home, | |
| Gecode::FloatVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/float/channel.cpp
