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

Method inter_v

gecode/int/view/int.hpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199 template<class I>
200 forceinline ModEvent
201 IntView::inter_v(Space& home, I& i, bool depend) {
202 return x->inter_v(home,i,depend);
203 }
204 template<class I>
205 forceinline ModEvent
206 IntView::minus_v(Space& home, I& i, bool depend) {

Callers 6

propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
prop_abs_bndFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected