MCPcopy Create free account
hub / github.com/KaHIP/KaHIP / construct_fast_hierarchy_topdown

Method construct_fast_hierarchy_topdown

lib/mapping/construct_mapping.cpp:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void 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

Callers

nothing calls this directly

Tested by

no test coverage detected