public DoorClueGraphvizExport(MapModel m)
 {
     this.model = m;
 }
 public DoorClueGraphvizExport(MapModel m, Dictionary <int, string> vertexMapping)
 {
     this.model         = m;
     this.vertexMapping = vertexMapping;
 }
Exemple #3
0
 public GraphSolver(MapModel model)
 {
     this.model = model;
 }