Skip to content

Commit

Permalink
refactor: update file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Jun 5, 2024
1 parent b3809be commit 7ff016b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* BFS based initial bipartitioner.
*
* @file: bfs_bipartitioner.h
* @file: initial_bfs_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* BFS based initial bipartitioner.
*
* @file: bfs_bipartitioner.h
* @file: initial_bfs_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* Interface for initial bipartitioning algorithms.
*
* @file: bipartitioner.h
* @file: initial_flat_bipartitioner.cc
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* Interface for initial bipartitioning algorithms.
*
* @file: bipartitioner.h
* @file: initial_flat_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* Initial bipartitioner based on greedy graph growing.
*
* @file: greedy_graph_growing_bipartitioner.cc
* @file: initial_ggg_bipartitioner.cc
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* Initial bipartitioner based on greedy graph growing.
*
* @file: greedy_graph_growing_bipartitioner.h
* @file: initial_ggg_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Data structures are re-allocated to a larger size whenever necessary and never
* shrink.
*
* @file: initial_partitioning_facade.cc
* @file: initial_multilevel_bipartitioner.cc
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Data structures are re-allocated to a larger size whenever necessary and never
* shrink.
*
* @file: initial_partitioning_facade.h
* @file: initial_multilevel_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* beat the best partition found so far are executed less often than promising
* candidates.
*
* @file: pool_bipartitioner.cc
* @file: initial_pool_bipartitioner.cc
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* beat the best partition found so far are executed less often than promising
* candidates.
*
* @file: pool_bipartitioner.h
* @file: initial_pool_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* Random initial bipartitioner that uses actual PRNG.
*
* @file: random_bipartitioner.cc
* @file: initial_random_bipartitioner.cc
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* Random initial bipartitioner that uses actual PRNG.
*
* @file: random_bipartitioner.h
* @file: initial_random_bipartitioner.h
* @author: Daniel Seemaier
* @date: 21.09.2021
******************************************************************************/
Expand Down

0 comments on commit 7ff016b

Please sign in to comment.