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

Function roots

gecode/minimodel/aliases.hpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 inline void
163 roots(Home home, const IntVarArgs& x, SetVar y, SetVar z) {
164 SetVarArgs xiv(home,z.lubMax()+1,IntSet::empty,0,x.size()-1);
165 channel(home,x,xiv);
166 element(home,SOT_UNION,xiv,z,y);
167 }
168
169#endif
170

Callers

nothing calls this directly

Calls 4

channelFunction · 0.70
elementFunction · 0.70
lubMaxMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected