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

Method min

gecode/set/var/set.hpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 SetVarGlbRanges::operator ++(void) { ++iter; }
116
117 forceinline
118 int
119 SetVarGlbRanges::min(void) const { return iter.min(); }
120
121 forceinline
122 int

Callers 15

domFunction · 0.45
checkMethod · 0.45
SetVarArrayMethod · 0.45
SetVarArgsMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateSeqUnionMethod · 0.45
propagateSeqFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
operator ()Method · 0.45
valMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected