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

Method next

gecode/set/int/weights.hpp:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 template<class I>
91 forceinline void
92 OverweightValues<I>::next(void) {
93 while (iter()) {
94 while (elements[index]<iter.val()) index++;
95 assert(elements[index]==iter.val());
96 if (weights[index] > threshold) {
97 return;
98 }
99 ++iter;
100 }
101 }
102
103 template<class I>
104 forceinline

Callers 10

BndSetMethod · 0.45
include_fullMethod · 0.45
intersect_fullMethod · 0.45
exclude_fullMethod · 0.45
isConsistentMethod · 0.45
minNMethod · 0.45
updateMethod · 0.45
overwriteMethod · 0.45
inMethod · 0.45
specialUpdateFunction · 0.45

Calls 1

valMethod · 0.45

Tested by

no test coverage detected