remove old TODOs
This commit is contained in:
parent
cad22da9f5
commit
6e7d0d1d0a
@ -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;
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user