Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
T3C42 committed Jan 14, 2025
1 parent 3c17fc6 commit bb6aef8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mt-kahypar/dynamic/strategies/localFM.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,13 @@ namespace mt_kahypar::dyn {
}

if (context.dynamic.custom_output_file == "_non-incremental-gain") {
std::cout << "Non-incremental gain" << std::endl;
GainCachePtr::resetGainCache(_gain_cache);
_fm->initialize(partitioned_hypergraph);
}

Metrics best_Metrics = {mt_kahypar::metrics::quality(*partitioned_hypergraph_s, Objective::km1),
mt_kahypar::metrics::imbalance(*partitioned_hypergraph_s, context)};

std::cout << std::endl << "Node count: " << local_fm_nodes.size() << std::endl;

_fm->refine(partitioned_hypergraph, local_fm_nodes, best_Metrics, std::numeric_limits<double>::max());
}

Expand Down

0 comments on commit bb6aef8

Please sign in to comment.