Ejemplo n.º 1
0
 public Population(int s)
 {
     population = new ContainerForInds(s);
 }