Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ getVar
Method
getVar
gecode/int/gcc/dom-sup.hpp:912–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
910
return &next_edge;
911
}
912
forceinline VarNode*
913
Edge::getVar(void) const {
914
assert(x != nullptr);
915
return x;
916
}
917
918
forceinline ValNode*
919
Edge::getVal(void) const {
Callers
5
min_require
Method · 0.80
sync
Method · 0.80
narrow
Method · 0.80
maximum_matching
Method · 0.80
free_alternating_paths
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected