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