Former-commit-id: 436b55258b048ba6ea950f80eb6a26399338ff92
@@ -67,6 +67,7 @@ int main(int argc, char * argv[])
C.resize(E.rows(),V.cols());
VectorXd costs(E.rows());
+ Q.clear();
for(int e = 0;e<E.rows();e++)
{
double cost = e;