Skip to content

Commit

Permalink
remove old rebalancer
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Sep 7, 2023
1 parent b30c8a6 commit c5fbed1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 589 deletions.
6 changes: 0 additions & 6 deletions mt-kahypar/partition/factories.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "mt-kahypar/partition/refinement/gains/gain_definitions.h"
#include "mt-kahypar/partition/refinement/flows/scheduler.h"
#include "mt-kahypar/partition/refinement/flows/flow_refiner.h"
#include "mt-kahypar/partition/refinement/rebalancing/rebalancer.h"
#include "mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.h"

namespace mt_kahypar {
Expand Down Expand Up @@ -126,11 +125,6 @@ using FlowSchedulerDispatcher = kahypar::meta::StaticMultiDispatchFactory<

using RebalancerFactory = kahypar::meta::Factory<RebalancingAlgorithm, IRebalancer* (*)(HypernodeID, const Context&, gain_cache_t)>;

using RebalancerDispatcher = kahypar::meta::StaticMultiDispatchFactory<
Rebalancer,
IRebalancer,
kahypar::meta::Typelist<TypeTraitsList, GainTypes>>;

using RebalancerV2Dispatcher = kahypar::meta::StaticMultiDispatchFactory<
RebalancerV2,
IRebalancer,
Expand Down
1 change: 0 additions & 1 deletion mt-kahypar/partition/refinement/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set(RefinementSources
fm/global_rollback.cpp
fm/sequential_twoway_fm_refiner.cpp
label_propagation/label_propagation_refiner.cpp
rebalancing/rebalancer.cpp
rebalancing/rebalancer_v2.cpp
deterministic/deterministic_label_propagation.cpp
flows/refiner_adapter.cpp
Expand Down
299 changes: 0 additions & 299 deletions mt-kahypar/partition/refinement/rebalancing/rebalancer.cpp

This file was deleted.

Loading

0 comments on commit c5fbed1

Please sign in to comment.