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

Method any

gecode/int/view/int.hpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 return IntVarImp::width(d);
228 }
229 forceinline bool
230 IntView::any(const Delta& d) const {
231 return IntVarImp::any(d);
232 }
233
234
235 forceinline ModEventDelta

Callers 6

glbAnyMethod · 0.45
lubAnyMethod · 0.45
adviseMethod · 0.45
adviseMethod · 0.45
adviseMethod · 0.45
pruneMethod · 0.45

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected