remove old TODOs

This commit is contained in:
Tiago Gomes 2012-11-14 21:17:04 +00:00
parent cad22da9f5
commit 6e7d0d1d0a
2 changed files with 0 additions and 4 deletions

View File

@ -509,8 +509,6 @@ GroundOperator::getLogCost (void)
void void
GroundOperator::apply (void) GroundOperator::apply (void)
{ {
// TODO if we update the correct groups
// we can skip shattering
ParfactorList::iterator pfIter; ParfactorList::iterator pfIter;
pfIter = getParfactorsWithGroup (pfList_, group_).front(); pfIter = getParfactorsWithGroup (pfList_, group_).front();
Parfactor* pf = *pfIter; Parfactor* pf = *pfIter;

View File

@ -1,4 +1,2 @@
- Handle formulas like f(X,X) - Handle formulas like f(X,X)
- Find a way to decrease the time required to find an
elimination order for variable elimination