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

Method init

gecode/set/var-imp/set.hpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 : BndSetRanges(x->lub) {}
463
464 forceinline void
465 LubRanges<SetVarImp*>::init(const SetVarImp* x) {
466 BndSetRanges::init(x->lub);
467 }
468
469 /**
470 * \brief Range iterator for the greatest lower bound of a set variable implementation

Callers 4

SetVarUnknownRangesMethod · 0.45
SetVarGlbValuesMethod · 0.45
SetVarLubValuesMethod · 0.45
SetVarUnknownValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected