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

Method reset

gecode/int/gcc/dom-sup.hpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 }
677
678 forceinline void
679 ValNode::reset(void) {
680 lb = _klb;
681 ublow = _kub;
682 ub = _kub;
683 noe = 0;
684 }
685
686 forceinline int
687 ValNode::kbound(BC bc) const {

Callers 4

prune_lowerMethod · 0.45
computesccsFunction · 0.45
ExecStatus prop_mult_domFunction · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected