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

Function values

gecode/minimodel/aliases.hpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 inline void
143 values(Home home, const IntVarArgs& x, IntSet y,
144 IntPropLevel ipl) {
145 dom(home,x,y,ipl);
146 nvalues(home,x,IRT_EQ,static_cast<int>(y.size()),ipl);
147 }
148
149#ifdef GECODE_HAS_SET_VARS
150

Callers 4

loadMethod · 0.85
load_revMethod · 0.85
violatedMethod · 0.85
propagateMethod · 0.85

Calls 3

nvaluesFunction · 0.85
domFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected