Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ index
Method
index
gecode/int/gcc/dom-sup.hpp:549–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
return noe == 0;
548
}
549
forceinline void
550
Node::index(int i) {
551
idx = i;
552
}
553
forceinline int
554
Node::index(void) const {
555
return idx;
Callers
6
min_require
Method · 0.45
augmenting_path
Method · 0.45
sync
Method · 0.45
narrow
Method · 0.45
free_alternating_paths
Method · 0.45
dfs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected