Exemplo n.º 1
0
 public void AddInput(MyNode vertex, double weight)
 {
     Inputs[vertex] = weight;
 }
Exemplo n.º 2
0
 public void AddOutput(MyNode vertex, double weight)
 {
     Outputs[vertex] = weight;
 }