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