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

Method post

test/set/channel.cpp:128–130  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

126 }
127 /// Post constraint on \a x
128 virtual void post(Space& home, SetVarArray& x, IntVarArray& y) {
129 Gecode::channel(home, y, x);
130 }
131 };
132
133 ChannelInt _channelint1("Channel::Int::1", d2, 2, 3);

Callers

nothing calls this directly

Calls 1

channelFunction · 0.50

Tested by

no test coverage detected