33 template <
typename GUM_SCALAR >
34 EvidenceInference< GUM_SCALAR >::EvidenceInference(
const IBayesNet< GUM_SCALAR >* bn) :
35 BayesNetInference< GUM_SCALAR >(bn) {
37 if (
this->hasNoModel_()) {
38 BayesNetInference< GUM_SCALAR >::_setBayesNetDuringConstruction_(bn);
41 GUM_CONSTRUCTOR(EvidenceInference);
INLINE void emplace(Args &&... args)