Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ SetVarUnknownValues
Method
SetVarUnknownValues
gecode/set/var/set.hpp:226–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
forceinline
227
SetVarUnknownValues::SetVarUnknownValues(const SetVar& x) {
228
SetVarUnknownRanges ivr(x);
229
iter.init(ivr);
230
}
231
232
forceinline bool
233
SetVarUnknownValues::operator ()(void) const {
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected