Ejemplo n.º 1
0
 public DoorClueGraphvizExport(MapModel m)
 {
     this.model = m;
 }
Ejemplo n.º 2
0
 public DoorClueGraphvizExport(MapModel m, Dictionary <int, string> vertexMapping)
 {
     this.model         = m;
     this.vertexMapping = vertexMapping;
 }
Ejemplo n.º 3
0
 public GraphSolver(MapModel model)
 {
     this.model = model;
 }