Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ inbrancher
Method
inbrancher
gecode/int/branch/cbs.hpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
132
template<class View>
133
forceinline bool
134
CBSBrancher<View>::inbrancher(unsigned int varId) const {
135
return varIdToPos.isIn(varId);
136
}
137
138
template<class View>
139
const Choice* CBSBrancher<View>::choice(Space& home) {
Callers
nothing calls this directly
Calls
1
isIn
Method · 0.80
Tested by
no test coverage detected