Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
gecode/int/bool/or.hpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
template<class BV>
65
forceinline ExecStatus
66
OrTrueSubsumed<BV>::post(Home home, BV b0, BV b1) {
67
(void) new (home) OrTrueSubsumed(home,b0,b1);
68
return ES_OK;
69
}
70
71
template<class BV>
72
forceinline
Callers
nothing calls this directly
Calls
9
bool_test
Function · 0.85
post
Function · 0.50
shared
Function · 0.50
one
Method · 0.45
zero
Method · 0.45
size
Method · 0.45
move_lst
Method · 0.45
one_none
Method · 0.45
zero_none
Method · 0.45
Tested by
no test coverage detected