| 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) { |
no outgoing calls
no test coverage detected