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

Method assigned

gecode/set/var-imp/set.hpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93 forceinline bool
94 SetVarImp::assigned(void) const {
95 return glb.size() == lub.size();
96 }
97
98 forceinline unsigned int
99 SetVarImp::cardMin(void) const { return glb.card(); }

Callers 15

propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
print.hppFile · 0.45
glbSizeMethod · 0.45
containsMethod · 0.45
glbMinMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected