Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ zero
Method
zero
gecode/int/var/bool.hpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
forceinline bool
103
BoolVar::zero(void) const {
104
return x->zero();
105
}
106
forceinline bool
107
BoolVar::one(void) const {
108
return x->one();
Callers
15
qclause
Function · 0.45
copy
Method · 0.45
post
Method · 0.45
ExecStatus resubscribe
Function · 0.45
eliminate_zero
Function · 0.45
propagate
Method · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
copy
Method · 0.45
resubscribe
Method · 0.45
propagate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected