GraphOptimizationApplication¶
- class GraphOptimizationApplication(graph)[source]¶
Bases:
OptimizationApplication
An abstract class for graph optimization applications.
- Parameters:
graph (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])- param num_nodes:
The number of nodes in a graph