| 375 | } |
| 376 | |
| 377 | void construct_mapping::construct_random( PartitionConfig & config, graph_access & C, matrix & D, std::vector< NodeID > & perm_rank) { |
| 378 | construct_identity( config, C, D, perm_rank); |
| 379 | random_functions::permutate_vector_good( perm_rank, false); |
| 380 | } |
| 381 | |
| 382 | void construct_mapping::construct_fast_hierarchy_bottomup( PartitionConfig & config, graph_access & C, matrix & D, std::vector< NodeID > & perm_rank) { |
| 383 | fast_construct_mapping fcm; |
nothing calls this directly
no outgoing calls
no test coverage detected