Skip to content

Commit

Permalink
update includes/license
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Sep 7, 2023
1 parent d4e6a0a commit b30c8a6
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
2 changes: 0 additions & 2 deletions mt-kahypar/partition/coarsening/multilevel_uncoarsener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include "mt-kahypar/io/partitioning_output.h"
#include "mt-kahypar/partition/refinement/i_refiner.h"
#include "mt-kahypar/partition/metrics.h"
#include "mt-kahypar/partition/refinement/flows/scheduler.h"
#include "mt-kahypar/partition/refinement/rebalancing/rebalancer.h"
#include "mt-kahypar/utils/stats.h"
#include "mt-kahypar/utils/cast.h"

Expand Down
4 changes: 0 additions & 4 deletions mt-kahypar/partition/coarsening/nlevel_uncoarsener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@

#include "mt-kahypar/partition/coarsening/nlevel_uncoarsener.h"

#include "kahypar-resources/datastructure/fast_reset_flag_array.h"

#include "mt-kahypar/definitions.h"
#include "mt-kahypar/partition/refinement/flows/scheduler.h"
#include "mt-kahypar/partition/refinement/rebalancing/rebalancer.h"
#include "mt-kahypar/utils/progress_bar.h"
#include "mt-kahypar/io/partitioning_output.h"
#include "mt-kahypar/utils/utilities.h"
Expand Down
2 changes: 2 additions & 0 deletions mt-kahypar/partition/coarsening/nlevel_uncoarsener.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#pragma once

#include "kahypar-resources/datastructure/fast_reset_flag_array.h"

#include "mt-kahypar/partition/context.h"
#include "mt-kahypar/partition/coarsening/i_uncoarsener.h"
#include "mt-kahypar/partition/coarsening/uncoarsener_base.h"
Expand Down
30 changes: 28 additions & 2 deletions mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
#include <mt-kahypar/datastructures/priority_queue.h>
#include <optional>
/*******************************************************************************
* MIT License
*
* This file is part of Mt-KaHyPar.
*
* Copyright (C) 2023 Lars Gottesbüren <lars.gottesbueren@kit.edu>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
******************************************************************************/

#include "mt-kahypar/partition/refinement/rebalancing/rebalancer_v2.h"

#include <optional>

#include "mt-kahypar/partition/refinement/gains/gain_definitions.h"
#include "mt-kahypar/utils/cast.h"
#include "mt-kahypar/partition/context.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#pragma once

#include "mt-kahypar/datastructures/priority_queue.h"
#include "mt-kahypar/partition/context.h"
#include "mt-kahypar/partition/metrics.h"
#include "mt-kahypar/partition/refinement/i_refiner.h"
Expand Down

0 comments on commit b30c8a6

Please sign in to comment.