MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ()

Method operator ()

gecode/kernel/branch/filter.hpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 template<class View>
108 forceinline bool
109 BrancherFilter<View>::operator ()(const Space& home, View x, int i) const {
110 GECODE_VALID_FUNCTION(f());
111 Var xv(x.varimp());
112 return f()(home,xv,i);
113 }
114
115 template<class View>
116 forceinline bool

Callers

nothing calls this directly

Calls 2

fFunction · 0.85
varimpMethod · 0.45

Tested by

no test coverage detected