MCPcopy Create free account
hub / github.com/Gecode/gecode / type

Method type

gecode/int/gcc/dom-sup.hpp:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 lst = p;
532 }
533 forceinline bool
534 Node::type(void) const {
535 return (nf & NF_VAL) != 0;
536 }
537 forceinline Edge*
538 Node::inedge(void) const {
539 return ie;

Callers 4

augmenting_pathMethod · 0.45
syncMethod · 0.45
dfsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected