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

Method max

gecode/int/var/int.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return x->med();
68 }
69 forceinline int
70 IntVar::max(void) const {
71 return x->max();
72 }
73
74
75 forceinline unsigned int

Callers 15

lscMethod · 0.45
lecMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
TakesStatus takesFunction · 0.45
includesFunction · 0.45
excludesFunction · 0.45
undecidedFunction · 0.45
lstMethod · 0.45
lctMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected