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

Method find

gecode/int/support-values.hpp:138–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 template<class View, class A>
138 forceinline void
139 SupportValues<View,A>::Unsupported::find(void) {
140 // Skip all supported positions
141 while ((p < sv.x.size()) && !sv.bs.get(p))
142 p = sv.bs.next(p);
143 // Move to matching range
144 while ((rp < sv.rp_lst) && (p >= (rp+1)->pos))
145 rp++;
146 }
147
148 template<class View, class A>
149 forceinline

Callers 2

createIntSymFunction · 0.45
createBoolSymFunction · 0.45

Calls 3

sizeMethod · 0.45
getMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected