Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ cancel
Method
cancel
gecode/int/task/array.hpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
template<class Task>
93
forceinline void
94
TaskArray<Task>::cancel(Space& home, Propagator& p, PropCond pc) {
95
for (int i=0; i<n; i++)
96
t[i].cancel(home,p,pc);
97
}
98
99
template<class Task>
100
forceinline void
Callers
2
dispose
Method · 0.45
purge
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected