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