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

Method val

gecode/int/channel/link-multi.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return i<x.size();
67 }
68 forceinline int
69 BoolIter::val(void) const {
70 assert(x[i].zero());
71 return i+o;
72 }
73 forceinline void
74 BoolIter::operator ++(void) {
75 do {

Callers 15

pruneMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
doprop_valFunction · 0.45
postMethod · 0.45
prop_domFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
connectedMethod · 0.45
pathMethod · 0.45
postMethod · 0.45

Calls 1

zeroMethod · 0.45

Tested by

no test coverage detected