GraphOptimizationApplication¶
- class GraphOptimizationApplication(graph)[ソース]¶
ベースクラス:
OptimizationApplication
An abstract class for graph optimization applications.
- パラメータ:
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
Getter of the graph
Methods
draw
([result, pos])Draw a graph with the result.
random_graph
(num_nodes, num_edges[, seed])- type num_nodes: