Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ SubscribedPropagators
Method
SubscribedPropagators
gecode/kernel/propagator/subscribed.hpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
template<class VIC>
84
forceinline
85
SubscribedPropagators::SubscribedPropagators(VarImp<VIC>& x) {
86
init(x);
87
}
88
template<class View>
89
forceinline void
90
SubscribedPropagators::init(ConstView<View>&) {
Callers
nothing calls this directly
Calls
1
varimp
Method · 0.45
Tested by
no test coverage detected