Uses of Class
main.Greedy
-
-
Uses of Greedy in main
Methods in main that return Greedy Modifier and Type Method Description Greedy
Greedy. setBasuraInicialContenedores(int[] basuraInicialContenedores)
Greedy
Greedy. setCantidadCamiones(int cantidadCamiones)
Greedy
Greedy. setCAPACIDAD_MAXIMA(int CAPACIDAD_MAXIMA)
Greedy
Greedy. setDistancia(float[][] distancia)
Greedy
Greedy. setDistanciaFromStartpoint(float[] distanciaFromStartpoint)
Greedy
Greedy. setDistanciatoStartpoint(float[] distanciatoStartpoint)
Greedy
Greedy. setTiempo(float[][] tiempo)
Greedy
Greedy. setTiempoFromStartpoint(float[] tiempoFromStartpoint)
Greedy
Greedy. setTiempotoStartpoint(float[] tiempotoStartpoint)
-