Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max_bit
Method
max_bit
gecode/support/bitset-offset.hpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
142
template<class A>
143
forceinline int
144
BitSetOffset<A>::max_bit(void) const {
145
return _offset + static_cast<int>(size()) - 1;
146
}
147
148
template<class A>
149
forceinline bool
Callers
1
specialUpdate
Function · 0.80
Calls
1
size
Function · 0.50
Tested by
no test coverage detected