MCPcopy Create free account
hub / github.com/Gecode/gecode / post

Method post

test/set/channel.cpp:93–95  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

channelSortedFunction · 0.85

Tested by

no test coverage detected