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

Method construct_random

lib/mapping/construct_mapping.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void 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
382void construct_mapping::construct_fast_hierarchy_bottomup( PartitionConfig & config, graph_access & C, matrix & D, std::vector< NodeID > & perm_rank) {
383 fast_construct_mapping fcm;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected