Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ SetVarLubValues
Method
SetVarLubValues
gecode/set/var/set.hpp:205–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
forceinline
206
SetVarLubValues::SetVarLubValues(const SetVar& x) {
207
SetVarLubRanges ivr(x);
208
iter.init(ivr);
209
}
210
211
forceinline bool
212
SetVarLubValues::operator ()(void) const {
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected