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

Method degree

gecode/kernel/var.hpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99 template<class VarImp>
100 forceinline unsigned int
101 VarImpVar<VarImp>::degree(void) const {
102 return x->degree();
103 }
104 template<class VarImp>
105 forceinline double
106 VarImpVar<VarImp>::afc(void) const {

Callers 15

float_meritFunction · 0.45
getValMethod · 0.45
attachMethod · 0.45
checkIntegrityMethod · 0.45
returnWorkMethod · 0.45
updateTrueMethod · 0.45
updateFalseMethod · 0.45
printStrFunction · 0.45
printStrFunction · 0.45
listAssignmentsFunction · 0.45
printStrFunction · 0.45
printStrFunction · 0.45

Calls

no outgoing calls

Tested by 1

printStrFunction · 0.36