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

Method range

gecode/int/var/int.hpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 forceinline bool
93 IntVar::range(void) const {
94 return x->range();
95 }
96 forceinline bool
97 IntVar::in(int n) const {
98 return x->in(n);

Callers 7

printIntVarFunction · 0.45
propagateMethod · 0.45
bounds_propagationFunction · 0.45
propagateMethod · 0.45
valMethod · 0.45
pruneMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected