Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ propagate
Method
propagate
gecode/int/bool/or.hpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
template<class BV>
90
ExecStatus
91
OrTrueSubsumed<BV>::propagate(Space& home, const ModEventDelta&) {
92
return home.ES_SUBSUMED(*this);
93
}
94
95
96
/*
Callers
nothing calls this directly
Calls
10
bool_test
Function · 0.85
ES_SUBSUMED
Method · 0.80
post
Function · 0.50
status
Method · 0.45
one_none
Method · 0.45
subscribe
Method · 0.45
zero_none
Method · 0.45
one
Method · 0.45
zero
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected