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

Method size

gecode/float/var/float.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 forceinline FloatNum
77 FloatVar::size(void) const {
78 return x->size();
79 }
80
81 forceinline bool
82 FloatVar::in(const FloatVal& n) const {

Callers 12

costMethod · 0.45
eliminate_pFunction · 0.45
eliminate_nFunction · 0.45
propagateMethod · 0.45
postMethod · 0.45
copyMethod · 0.45
ExecStatus prop_nary_maxFunction · 0.45
operator ()Method · 0.45
slackMethod · 0.45
postMethod · 0.45
costMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected