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

Method construct_initial_mapping_bottomup

lib/mapping/fast_construct_mapping.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void fast_construct_mapping::construct_initial_mapping_bottomup( PartitionConfig & config, graph_access & C, matrix & D, std::vector< NodeID > & perm_rank) {
27 m_tmp_num_nodes = C.number_of_nodes();
28 construct_initial_mapping_bottomup_internal( config, C, D, 0, perm_rank);
29}
30
31void fast_construct_mapping::construct_initial_mapping_bottomup_internal( PartitionConfig & config, graph_access & C, matrix & D, int idx, std::vector< NodeID > & perm_rank) {
32

Callers 1

Calls 1

number_of_nodesMethod · 0.45

Tested by

no test coverage detected