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

Function Advisor

gecode/kernel/propagator/advisor.hpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71 template<class View>
72 forceinline
73 ViewAdvisor<View>::ViewAdvisor(Space& home, ViewAdvisor<View>& a)
74 : Advisor(home,a) {
75 x.update(home,a.x);
76 }
77 template<class View>
78 forceinline View
79 ViewAdvisor<View>::view(void) const {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected