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

Function channelSorted

gecode/set/channel.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace Gecode {
43
44 void
45 channelSorted(Home home, const IntVarArgs& x, SetVar y) {
46 GECODE_POST;
47 ViewArray<Int::IntView> xa(home,x);
48 GECODE_ES_FAIL(Set::Channel::ChannelSorted<Set::SetView>::post(home,y,xa));
49 }
50
51 void
52 channel(Home home, const IntVarArgs& x, const SetVarArgs& y) {

Callers 3

postMethod · 0.85
GolfMethod · 0.85
SteinerMethod · 0.85

Calls 1

postFunction · 0.50

Tested by

no test coverage detected