delete unused method
This commit is contained in:
parent
18d4777d9a
commit
a56bccf5e5
@ -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)
|
||||
{
|
||||
|
@ -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&);
|
||||
|
Reference in New Issue
Block a user