| 385 | } |
| 386 | |
| 387 | void construct_mapping::construct_fast_hierarchy_topdown( PartitionConfig & config, graph_access & C, matrix & D, std::vector< NodeID > & perm_rank) { |
| 388 | fast_construct_mapping fcm; |
| 389 | fcm.construct_initial_mapping_topdown( config, C, D, perm_rank); |
| 390 | } |
| 391 | |
| 392 |
nothing calls this directly
no test coverage detected