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

Function atmost

gecode/minimodel/aliases.hpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace Gecode {
37
38 inline void
39 atmost(Home home, const IntVarArgs& x, int n, int m,
40 IntPropLevel ipl) {
41 count(home,x,n,IRT_LQ,m,ipl);
42 }
43 inline void
44 atmost(Home home, const IntVarArgs& x, IntVar y, int m,
45 IntPropLevel ipl) {

Callers 8

postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
postMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85

Calls 1

countFunction · 0.50

Tested by

no test coverage detected