ProblemData#
Module: iqm.applications.graph_utils
- class iqm.applications.graph_utils.ProblemData(graph, fixed_vars, bitstring, highlight_edge_by_node_count)[source]#
Bases:
objectNormalized problem information extracted and validated before plotting.
Attributes
The problem graph to be visualized.
Set of variables that were fixed in the optimization problem instance.
Bitstring representing highlighted (active) nodes in the solution.
Rule describing which edges to highlight based on how many connected nodes are highlighted.
Methods
- Parameters:
Inheritance
