delete unused method

This commit is contained in:
Tiago Gomes 2012-05-24 23:39:38 +01:00
parent 18d4777d9a
commit a56bccf5e5
2 changed files with 1 additions and 12 deletions

View File

@ -123,15 +123,6 @@ Parfactor::exclusiveLogVars (size_t fIdx) const
void
Parfactor::setConstraintTree (ConstraintTree* newTree)
{
delete constr_;
constr_ = newTree;
}
void
Parfactor::sumOut (size_t fIdx)
{

View File

@ -43,9 +43,7 @@ class Parfactor : public TFactor<ProbFormula>
LogVarSet elimLogVars (void) const;
LogVarSet exclusiveLogVars (size_t fIdx) const;
void setConstraintTree (ConstraintTree*);
void sumOut (size_t fIdx);
void multiply (Parfactor&);