Post constraint on \a x
| 91 | } |
| 92 | /// Post constraint on \a x |
| 93 | virtual void post(Space& home, SetVarArray& x, IntVarArray& y) { |
| 94 | Gecode::channelSorted(home, y, x[0]); |
| 95 | } |
| 96 | }; |
| 97 | ChannelSorted _channelSorted("Channel::Sorted"); |
| 98 |
nothing calls this directly
no test coverage detected