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

Method in

gecode/int/var/int.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 return x->range();
95 }
96 forceinline bool
97 IntVar::in(int n) const {
98 return x->in(n);
99 }
100
101 /*
102 * Range iterator

Callers 15

propagateMethod · 0.45
TakesStatus takesFunction · 0.45
includesFunction · 0.45
excludesFunction · 0.45
undecidedFunction · 0.45
pruneMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
updateAlphaMethod · 0.45
updateBetaMethod · 0.45
postMethod · 0.45
adviseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected