kosmos.partitioning.algorithms.metis_partitioner¶
Module Attributes¶
- msg = "METISPartitioner requires the 'pymetis' package, but it is not installed. On Windows,...¶
Classes¶
- class METISPartitioner(network: kosmos.topology.net.Network | None, num_partitions: int | None)[source]¶
Bases:
kosmos.partitioning.algorithms.partitioning_algorithm.PartitioningAlgorithmGraph-based partitioning using METIS.
Initialize the partitioning algorithm.
- Parameters:
Methods