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

Method minus_r

gecode/int/view/int.hpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189 template<class I>
190 forceinline ModEvent
191 IntView::minus_r(Space& home, I& i, bool depend) {
192 return x->minus_r(home,i,depend);
193 }
194 template<class I>
195 forceinline ModEvent
196 IntView::narrow_v(Space& home, I& i, bool depend) {

Callers 15

myAntidom_intFunction · 0.45
myAntidom_boolFunction · 0.45
excludeIMethod · 0.45
sequenceFunction · 0.45
nooverlapMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
excludeFunction · 0.45
norunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected