(Revision: 12537)
Go to the source code of this file.
Namespaces |
| namespace | Test |
| | General test support.
|
| namespace | Test::Int |
| | Testing finite domain integers.
|
| namespace | Test::Int::Channel |
| | Tests for channel constraints
|
Variables |
| ChannelFull | Test::Int::Channel::cfd (0, 0, Gecode::ICL_DOM) |
| ChannelFull | Test::Int::Channel::cfv (0, 0, Gecode::ICL_VAL) |
| ChannelFull | Test::Int::Channel::cfd11 (1, 1, Gecode::ICL_DOM) |
| ChannelFull | Test::Int::Channel::cfv11 (1, 1, Gecode::ICL_VAL) |
| ChannelFull | Test::Int::Channel::cfd35 (3, 5, Gecode::ICL_DOM) |
| ChannelFull | Test::Int::Channel::cfv35 (3, 5, Gecode::ICL_VAL) |
| ChannelHalf | Test::Int::Channel::chd (Gecode::ICL_DOM) |
| ChannelHalf | Test::Int::Channel::chv (Gecode::ICL_VAL) |
| ChannelShared | Test::Int::Channel::csd (Gecode::ICL_DOM) |
| ChannelShared | Test::Int::Channel::csv (Gecode::ICL_VAL) |
| ChannelLinkSingle | Test::Int::Channel::cls |
| ChannelLinkMulti | Test::Int::Channel::clma ("A", 0, 5, 0) |
| ChannelLinkMulti | Test::Int::Channel::clmb ("B", 1, 6, 1) |
| ChannelLinkMulti | Test::Int::Channel::clmc ("C",-1, 4,-1) |