remove commented out code
parent
62bc9f20a3
commit
6beffeb0c1
|
|
@ -172,13 +172,8 @@ discreteElimination(const HybridGaussianFactorGraph &factors,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// std::cout << "Eliminate For MPE" << std::endl;
|
|
||||||
auto result = EliminateForMPE(dfg, frontalKeys);
|
auto result = EliminateForMPE(dfg, frontalKeys);
|
||||||
// std::cout << "discrete elimination done!" << std::endl;
|
|
||||||
// dfg.print();
|
|
||||||
// std::cout << "\n\n\n" << std::endl;
|
|
||||||
// result.first->print();
|
|
||||||
// result.second->print();
|
|
||||||
return {boost::make_shared<HybridConditional>(result.first),
|
return {boost::make_shared<HybridConditional>(result.first),
|
||||||
boost::make_shared<HybridDiscreteFactor>(result.second)};
|
boost::make_shared<HybridDiscreteFactor>(result.second)};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue