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

Method init

gecode/set/view/singleton.hpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 Gecode::Int::IntVarImpFwd(s.base().varimp()) {}
334
335 forceinline void
336 LubRanges<SingletonView>::init(const SingletonView& s) {
337 Gecode::Int::IntVarImpFwd::init(s.base().varimp());
338 }
339
340 /**
341 * \brief %Range iterator for greatest lower bound of singleton set view

Callers

nothing calls this directly

Calls 4

varimpMethod · 0.45
baseMethod · 0.45
assignedMethod · 0.45
valMethod · 0.45

Tested by

no test coverage detected