kosmos.partitioning.algorithms.partitioning_algorithm¶
Classes¶
- class PartitioningAlgorithm(network: kosmos.topology.net.Network | None, num_partitions: int | None)[source]¶
Bases:
abc.ABCBase class for circuit partitioning algorithms.
Initialize the partitioning algorithm.
- Parameters:
Methods