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

Method min

gecode/float/var-imp/float.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 return dom;
65 }
66 forceinline FloatNum
67 FloatVarImp::min(void) const {
68 return dom.min();
69 }
70 forceinline FloatNum
71 FloatVarImp::max(void) const {
72 return dom.max();

Callers 2

gqMethod · 0.45
lqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected