Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ revert
Method
revert
gecode/int/view-val-graph/edge.hpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
template<class View>
56
forceinline void
57
Edge<View>::revert(Node<View>* d) {
58
unlink();
59
d->add(this);
60
}
61
62
template<class View>
63
forceinline ViewNode<View>*
Callers
2
match
Method · 0.80
init
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected