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

Method cancel

gecode/kernel/data/array.hpp:1348–1352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346
1347 template<class View>
1348 void
1349 ViewArray<View>::cancel(Space& home, Propagator& p, PropCond pc) {
1350 for (int i=0; i<n; i++)
1351 x[i].cancel(home,p,pc);
1352 }
1353
1354 template<class View>
1355 void

Callers 9

viewMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
move_fstMethod · 0.45
move_lstMethod · 0.45
drop_fstMethod · 0.45
drop_lstMethod · 0.45
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected