Ejemplo n.º 1
0
 public TSPGene(TSPGene a_gene)
 {
     city = a_gene.city;
 }
Ejemplo n.º 2
0
 public TSPGene(City a_city)
 {
     city = a_city;
 }