Ejemplo n.º 1
0
 public GraphAlgorithm(DirectedGraph graph, string writeMode, string fileName = null)
 {
     this.graph = new DirectedGraph(graph);
     writer     = new Writer(writeMode, fileName);
 }