This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/CLPBN/horus/LiftedOperations.h

27 lines
619 B
C++

#ifndef YAP_PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H_
#define YAP_PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H_
#include "ParfactorList.h"
namespace Horus {
namespace LiftedOperations {
void shatterAgainstQuery (ParfactorList& pfList, const Grounds& query);
void runWeakBayesBall (ParfactorList& pfList, const Grounds& query);
void absorveEvidence (ParfactorList& pfList, ObservedFormulas&);
Parfactors countNormalize (Parfactor*, const LogVarSet&);
Parfactor calcGroundMultiplication (Parfactor pf);
} // namespace LiftedOperations
} // namespace Horus
#endif // YAP_PACKAGES_CLPBN_HORUS_LIFTEDOPERATIONS_H_