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

Method val

gecode/float/var/float.hpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 : VarImpVar<Float::FloatVarImp>(y.varimp()) {}
51
52 forceinline FloatVal
53 FloatVar::val(void) const {
54 if (!x->assigned())
55 throw Float::ValOfUnassignedVar("FloatVar::val");
56 return x->val();
57 }
58 forceinline FloatNum
59 FloatVar::min(void) const {
60 return x->min();

Callers 15

operator ()Method · 0.45
dopostFunction · 0.45
eliminate_pFunction · 0.45
eliminate_nFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
postMethod · 0.45

Calls 1

assignedMethod · 0.45

Tested by

no test coverage detected