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

Method narrow_v

gecode/int/view/int.hpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194 template<class I>
195 forceinline ModEvent
196 IntView::narrow_v(Space& home, I& i, bool depend) {
197 return x->narrow_v(home,i,depend);
198 }
199 template<class I>
200 forceinline ModEvent
201 IntView::inter_v(Space& home, I& i, bool depend) {

Callers 3

propagateMethod · 0.45
scanFunction · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected