MCPcopy Create free account
hub / github.com/Gecode/gecode / SetVarGlbValues

Method SetVarGlbValues

gecode/set/var/set.hpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 SetVarUnknownRanges::width(void) const { return iter.width(); }
183
184 forceinline
185 SetVarGlbValues::SetVarGlbValues(const SetVar& x) {
186 SetVarGlbRanges ivr(x);
187 iter.init(ivr);
188 }
189
190 forceinline bool
191 SetVarGlbValues::operator ()(void) const {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected