minor improvements

This commit is contained in:
Tiago Gomes 2012-06-01 19:29:57 +01:00
parent 25ccfa2f54
commit 8fa8fff9f1
3 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,6 @@
#include "Util.h" #include "Util.h"
FactorGraph* FactorGraph*
BayesBall::getMinimalFactorGraph (const VarIds& queryIds) BayesBall::getMinimalFactorGraph (const VarIds& queryIds)
{ {

View File

@ -1,4 +1,3 @@
#include "LiftedBpSolver.h" #include "LiftedBpSolver.h"
#include "WeightedBpSolver.h" #include "WeightedBpSolver.h"
#include "FactorGraph.h" #include "FactorGraph.h"

View File

@ -3,7 +3,6 @@
#include "ParfactorList.h" #include "ParfactorList.h"
class SpLink;
class FactorGraph; class FactorGraph;
class WeightedBpSolver; class WeightedBpSolver;