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

Method assigned

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

Source from the content-addressed store, hash-verified

81 }
82
83 forceinline bool
84 FloatVarImp::assigned(void) const {
85 return dom.tight();
86 }
87
88 forceinline FloatNum
89 FloatVarImp::size(void) const {

Callers 15

statusMethod · 0.45
FlatZincSpaceMethod · 0.45
printIntVarFunction · 0.45
printBoolVarFunction · 0.45
printFloatVarFunction · 0.45
printElemMethod · 0.45
p_cumulativesFunction · 0.45
p_nooverlapFunction · 0.45
statusMethod · 0.45
record_assignedMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45

Calls 1

tightMethod · 0.80

Tested by 1

rtest_eqFunction · 0.36