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

Function range

gecode/minimodel/aliases.hpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 inline void
158 range(Home home, const IntVarArgs& x, SetVar y, SetVar z) {
159 element(home,SOT_UNION,x,y,z);
160 }
161
162 inline void
163 roots(Home home, const IntVarArgs& x, SetVar y, SetVar z) {

Callers 14

narrow_rMethod · 0.85
minus_rMethod · 0.85
minus_vMethod · 0.85
lq_fullMethod · 0.85
gq_fullMethod · 0.85
eq_fullMethod · 0.85
nq_fullMethod · 0.85
supportsMethod · 0.85
rangeMethod · 0.85
copyMethod · 0.85
twoMethod · 0.85
insertMethod · 0.85

Calls 1

elementFunction · 0.70

Tested by

no test coverage detected