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

Function max

gecode/set/int.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 void
261 max(Home home, SetVar s, IntVar x) {
262 GECODE_POST;
263 GECODE_ES_FAIL(Set::Int::MaxElement<Set::SetView>::post(home,s,x));
264 }
265
266 void
267 notMax(Home home, SetVar s, IntVar x) {

Callers 15

remaxFunction · 0.70
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
postMethod · 0.50

Calls 3

postFunction · 0.50
modeMethod · 0.45
varMethod · 0.45

Tested by

no test coverage detected