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

Method operator ()

gecode/kernel/branch/print.hpp:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116 template<class View, class Val>
117 forceinline void
118 BrancherPrint<View,Val>::operator ()(const Space& home, const Brancher& b,
119 unsigned int a,
120 View x, int i, const Val& m,
121 std::ostream& o) const {
122 GECODE_VALID_FUNCTION(p());
123 Var xv(x.varimp());
124 p()(home,b,a,xv,i,m,o);
125 }
126
127 template<class View, class Val>
128 forceinline bool

Callers

nothing calls this directly

Calls 2

pFunction · 0.70
varimpMethod · 0.45

Tested by

no test coverage detected