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

Method min

gecode/int/var/int.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return x->val();
60 }
61 forceinline int
62 IntVar::min(void) const {
63 return x->min();
64 }
65 forceinline int
66 IntVar::med(void) const {
67 return x->med();

Callers 15

sscMethod · 0.45
secMethod · 0.45
nooverlapMethod · 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
estMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected