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

Function min

gecode/set/int.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 void
229 min(Home home, SetVar s, IntVar x) {
230 GECODE_POST;
231 GECODE_ES_FAIL(Set::Int::MinElement<Set::SetView>::post(home,s,x));
232 }
233
234 void
235 notMin(Home home, SetVar s, IntVar x) {

Callers 15

reminFunction · 0.70
runMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50

Calls 3

postFunction · 0.50
modeMethod · 0.45
varMethod · 0.45

Tested by

no test coverage detected