Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ exactly
Function
exactly
gecode/minimodel/aliases.hpp:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
inline void
101
exactly(Home home, const IntVarArgs& x, int n, int m,
102
IntPropLevel ipl) {
103
count(home,x,n,IRT_EQ,m,ipl);
104
}
105
inline void
106
exactly(Home home, const IntVarArgs& x, IntVar y, int m,
107
IntPropLevel ipl) {
Callers
6
post
Method · 0.85
post
Method · 0.85
post
Method · 0.85
post
Method · 0.85
post
Method · 0.85
post
Method · 0.85
Calls
1
count
Function · 0.50
Tested by
no test coverage detected