Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ changed
Method
changed
gecode/int/view-val-graph/node.hpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
template<class View>
149
forceinline bool
150
ViewNode<View>::changed(void) const {
151
return _size != _view.size();
152
}
153
template<class View>
154
forceinline void
155
ViewNode<View>::update(void) {
Callers
2
sync
Method · 0.80
sync
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected