This commit is contained in:
Siarhei Fedartsou
2024-07-12 19:57:23 +02:00
parent f18791a71b
commit 81d128b100
6 changed files with 79 additions and 56 deletions
-1
View File
@@ -116,7 +116,6 @@ class CellCustomizer
const std::vector<bool> &allowed_nodes,
CellMetric &metric) const
{
// std::cerr << "Customizing cells\n";
const auto number_of_nodes = graph.GetNumberOfNodes();
HeapPtr heaps([number_of_nodes]{
return Heap{number_of_nodes};