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

Method fake

gecode/int/view-val-graph/node.hpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138 template<class View>
139 forceinline bool
140 ViewNode<View>::fake(void) const {
141 return _view.varimp() == nullptr;
142 }
143 template<class View>
144 forceinline View
145 ViewNode<View>::view(void) const {

Callers 2

syncMethod · 0.80
pruneMethod · 0.80

Calls 1

varimpMethod · 0.45

Tested by

no test coverage detected