Introduce a lifted solver class

This commit is contained in:
Tiago Gomes
2012-11-14 21:55:51 +00:00
parent 6e7d0d1d0a
commit 64a27847cc
17 changed files with 53 additions and 197 deletions

View File

@@ -5,7 +5,7 @@
LiftedBp::LiftedBp (const ParfactorList& pfList)
: pfList_(pfList)
: LiftedSolver (pfList), pfList_(pfList)
{
refineParfactors();
createFactorGraph();