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

Method view

gecode/kernel/propagator/advisor.hpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77 template<class View>
78 forceinline View
79 ViewAdvisor<View>::view(void) const {
80 return x;
81 }
82 template<class View>
83 forceinline void
84 ViewAdvisor<View>::view(Space& home, View y) {

Callers

nothing calls this directly

Calls 2

cancelMethod · 0.45
subscribeMethod · 0.45

Tested by

no test coverage detected