Test::Int::Channel::ChannelFull Class Reference
[Channel constraints]
Simple test for channel (testing all variables). More...
Public Member Functions | |
| ChannelFull (int xoff0, int yoff0, Gecode::IntPropLevel ipl) | |
| Construct and register test. | |
| virtual bool | solution (const Assignment &x) const |
| Check whether x is solution. | |
| virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
| Post constraint on x. | |
Detailed Description
Simple test for channel (testing all variables).
Definition at line 49 of file channel.cpp.
Constructor & Destructor Documentation
| Test::Int::Channel::ChannelFull::ChannelFull | ( | int | xoff0, | |
| int | yoff0, | |||
| Gecode::IntPropLevel | ipl | |||
| ) | [inline] |
Construct and register test.
Definition at line 55 of file channel.cpp.
Member Function Documentation
| virtual bool Test::Int::Channel::ChannelFull::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Channel::ChannelFull::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/channel.cpp
