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

Method assigned

gecode/kernel/var.hpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109 template<class VarImp>
110 forceinline bool
111 VarImpVar<VarImp>::assigned(void) const {
112 return x->assigned();
113 }
114 template<class VarImp>
115 forceinline void
116 VarImpVar<VarImp>::update(Space& home, VarImpVar<VarImp>& y) {

Callers 9

postFunction · 0.45
operator +Function · 0.45
operator -Function · 0.45
operator *Function · 0.45
operator +Function · 0.45
operator -Function · 0.45
operator *Function · 0.45
postFunction · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected