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

Function pushtoend

examples/car-sequencing.cpp:188–192  ·  view source on GitHub ↗

\brief Post PushToEnd propagator. */

Source from the content-addressed store, hash-verified

186 /** \brief Post PushToEnd propagator.
187 */
188 void pushtoend(Space& home, IntVarArgs x, IntVar y, int val) {
189 ViewArray<Int::IntView> vx(home, x);
190 Int::IntView vy(y);
191 GECODE_ES_FAIL(PushToEnd<Int::IntView>::post(home, vx, vy, val));
192 }
193
194}
195

Callers 1

CarSequencingMethod · 0.85

Calls 1

postFunction · 0.50

Tested by

no test coverage detected