Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ Propagator
Function
Propagator
gecode/int/gcc/val.hpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
template<class Card>
51
forceinline
52
Val<Card>::Val(Space& home, Val<Card>& p)
53
: Propagator(home,p) {
54
x.update(home, p.x);
55
k.update(home, p.k);
56
}
57
58
template<class Card>
59
forceinline size_t
Callers
2
base.hpp
File · 0.50
base.hpp
File · 0.50
Calls
1
update
Method · 0.45
Tested by
no test coverage detected