Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ set
Method
set
gecode/set/rel/lq.hpp:129–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
return b.get(i);
128
}
129
forceinline void
130
CharacteristicSets::set(unsigned int i, bool j) {
131
if (j)
132
b.set(i);
133
else
134
b.clear(i);
135
}
136
forceinline unsigned int
137
CharacteristicSets::size(void) const {
138
return xsize;
Callers
2
lq.hpp
File · 0.45
unique
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected