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

Method post

examples/car-sequencing.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126 template <class View>
127 ExecStatus
128 PushToEnd<View>::post(Space& home,
129 ViewArray<View>& x0, View y0, int val0) {
130 (void) new (home) PushToEnd<View>(home,x0,y0,val0);
131 return ES_OK;
132 }
133
134 template <class View>
135 inline

Callers 1

masterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected