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

Function p

gecode/kernel/branch/print.hpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97 template<class View, class Val>
98 forceinline
99 BrancherPrint<View,Val>::BrancherPrint(VarValPrint<Var,Val> vvp) : p(vvp) {
100 if (!vvp)
101 throw Gecode::InvalidFunction("BrancherPrint::BrancherPrint");
102 }
103
104 template<class View, class Val>
105 forceinline

Callers 6

operator ()Method · 0.70
printMethod · 0.70
BIBDMethod · 0.50
printMethod · 0.50
LangfordNumberMethod · 0.50
EFPAMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected