Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
view
Method · 0.45
dispose
Method · 0.45
dispose
Method · 0.45
dispose
Method · 0.45
move_fst
Method · 0.45
move_lst
Method · 0.45
drop_fst
Method · 0.45
drop_lst
Method · 0.45
dispose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected