MCPcopy 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_requireMethod · 0.45
augmenting_pathMethod · 0.45
syncMethod · 0.45
narrowMethod · 0.45
dfsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected