Beispiel #1
0
 public int CompareTo(Cromosoma other)
 {
     return(Colisiones.CompareTo(other.Colisiones));
 }