言語
English
Bengali
Japanese
Spanish



GraphPartition

class GraphPartition(graph)[ソース]

ベースクラス: GraphOptimizationApplication

Optimization application for the 「graph partition」 [1] problem based on a NetworkX graph.

参照

[1]: 「Graph partition」, https://en.wikipedia.org/wiki/Graph_partition

パラメータ:

graph (Union[Graph, ndarray, List]) – A graph representing a problem. It can be specified directly as a NetworkX graph, or as an array or list format suitable to build out a NetworkX graph.

Attributes

Methods

interpret(result)

Interpret a result as a list of node indices

to_quadratic_program()

Convert a graph partition instance into a QuadraticProgram