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

Method assigned

gecode/int/var-imp/int.hpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return fst() == nullptr;
240 }
241 forceinline bool
242 IntVarImp::assigned(void) const {
243 return dom.min() == dom.max();
244 }
245
246
247 forceinline unsigned int

Callers 5

print.hppFile · 0.45
rtest_eq_bndFunction · 0.45
rtest_nq_bndFunction · 0.45
valMethod · 0.45
valMethod · 0.45

Calls 2

minMethod · 0.45
maxMethod · 0.45

Tested by 2

rtest_eq_bndFunction · 0.36
rtest_nq_bndFunction · 0.36