Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ cancel
Function
cancel
gecode/int/count/rel.hpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
forceinline void
81
cancel(Space& home, Propagator& p, IntSet& y) {
82
(void) home; (void) p;
83
y.~IntSet();
84
}
85
template<class VY>
86
forceinline void
87
cancel(Space& home, Propagator& p, VY y) {
Callers
11
dispose
Method · 0.85
object
Method · 0.85
shared-object.hpp
File · 0.85
~SharedHandle
Method · 0.85
notify
Method · 0.85
cancel
Method · 0.85
cancel
Method · 0.85
cancel
Method · 0.85
dispose
Method · 0.85
dispose
Method · 0.85
dispose
Method · 0.85
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected