Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.85
load_rev
Method · 0.85
violated
Method · 0.85
propagate
Method · 0.85
Calls
3
nvalues
Function · 0.85
dom
Function · 0.70
size
Method · 0.45
Tested by
no test coverage detected