Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lower
Method · 0.45
computesccs
Function · 0.45
ExecStatus prop_mult_dom
Function · 0.45
propagate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected