Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
channel
Function · 0.70
element
Function · 0.70
lubMax
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected