Milestones
List view
In the Assembly class, there should exist a public function that returns a graph. This graph should represent the bond graph of the assembly. In the Graph class there should be a public method that returns the set of edges in the cut corresponding to the min-cut of the Graph.
No due date•0/1 issues closedGiven a set of edges, there should exist a method which visually colors those edges in the simulation window according to some color code. There should exist a button in the toolbar (or some logical place) which triggers the calculation of min-cut and visualization of the cut (probably in red).
No due date