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

Function f

gecode/kernel/branch/filter.hpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88 template<class View>
89 forceinline
90 BrancherFilter<View>::BrancherFilter(BranchFilter<Var> bf) : f(bf) {
91 if (!bf)
92 throw Gecode::InvalidFunction("BrancherFilter::BrancherFilter");
93 }
94
95 template<class View>
96 forceinline

Callers 13

neighborsMethod · 0.85
printMethod · 0.85
KnightsReifiedMethod · 0.85
KnightsCircuitMethod · 0.85
invoke_mpfrFunction · 0.85
merit.hppFile · 0.85
operator ()Method · 0.85
operator ()Method · 0.85
function.cppFile · 0.85
commitMethod · 0.85
view.hppFile · 0.85
tiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected