Ejemplo n.º 1
0
        private void AutomaticCompleteButton_Click(object sender, EventArgs e)
        {
            GraphViewer.Graph.LinkUpAllInputs();
            GraphViewer.Graph.UpdateNodeValues();
            GraphViewer.AddRemoveElements();

            GraphViewer.PositionNodes();
        }
Ejemplo n.º 2
0
 private void AutomaticCompleteButton_Click(object sender, EventArgs e)
 {
     GraphViewer.Graph.SatisfyAllItemDemands();
     GraphViewer.AddRemoveElements();
     GraphViewer.PositionNodes();
 }