refactor main
This commit is contained in:
@@ -127,6 +127,5 @@ namespace bayesnet {
|
||||
auto result = vector<pair<int, int>>();
|
||||
auto mst = MST(features, weights, root);
|
||||
return mst.maximumSpanningTree();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user