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

Method afc

gecode/kernel/var.hpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104 template<class VarImp>
105 forceinline double
106 VarImpVar<VarImp>::afc(void) const {
107 return x->afc();
108 }
109 template<class VarImp>
110 forceinline bool
111 VarImpVar<VarImp>::assigned(void) const {

Callers 7

operator ()Method · 0.45
merit.hppFile · 0.45
operator ()Method · 0.45
merit.hppFile · 0.45
operator ()Method · 0.45
merit.hppFile · 0.45
operator ()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected