You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Given 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).