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

Method get

gecode/int/sequence/violations.hpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 forceinline unsigned int
87 Violations::get(void) {
88 assert(!empty());
89 fst = next(fst);
90 assert(Support::BitSetBase::get(fst));
91 clear(fst); fst++;
92 return fst-1;
93 }
94
95}}}
96

Callers 10

findMethod · 0.45
supportedMethod · 0.45
iwnMethod · 0.45
augmenting_pathMethod · 0.45
dfsMethod · 0.45
prop_valFunction · 0.45
symmetricMethod · 0.45
copyMethod · 0.45

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected