MCPcopy 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

postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
postMethod · 0.85

Calls 1

countFunction · 0.50

Tested by

no test coverage detected