Created
April 19, 2026 22:17
-
-
Save CarlosSMA/5da3902613faac0ca76503cd3c57d8fe to your computer and use it in GitHub Desktop.
Resultado execução FlyFood
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python3 ./FlyFood.py | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/1_ponto_entrega/r_3_3.txt | |
| Melhor rota: A | |
| Menor distância: 6 | |
| Tempo de processamento: 1.2159347534179688e-05 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/2_ponto_entrega/r_3_2.txt | |
| Melhor rota: A B | |
| Menor distância: 8 | |
| Tempo de processamento: 1.2159347534179688e-05 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/3_ponto_entrega/r_3_1.txt | |
| Melhor rota: B C A | |
| Menor distância: 10 | |
| Tempo de processamento: 1.4543533325195312e-05 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/4_ponto_entrega/r_3_2.txt | |
| Melhor rota: A C B D | |
| Menor distância: 14 | |
| Tempo de processamento: 2.8371810913085938e-05 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/5_ponto_entrega/r_3_4.txt | |
| Melhor rota: E D C B A | |
| Menor distância: 14 | |
| Tempo de processamento: 0.00011658668518066406 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/6_ponto_entrega/r_0_4.txt | |
| Melhor rota: A B D C E F | |
| Menor distância: 16 | |
| Tempo de processamento: 0.000732421875 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/7_ponto_entrega/r_0_0.txt | |
| Melhor rota: D E B G C A F | |
| Menor distância: 16 | |
| Tempo de processamento: 0.005701303482055664 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/8_ponto_entrega/r_1_1.txt | |
| Melhor rota: D B H F C G A E | |
| Menor distância: 14 | |
| Tempo de processamento: 0.05154252052307129 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/9_ponto_entrega/r_0_3.txt | |
| Melhor rota: G E C D B A F H I | |
| Menor distância: 18 | |
| Tempo de processamento: 0.5110862255096436 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/10_ponto_entrega/r_2_0.txt | |
| Melhor rota: I G B H C J F A E D | |
| Menor distância: 16 | |
| Tempo de processamento: 5.427237033843994 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/11_ponto_entrega/r_3_0.txt | |
| Melhor rota: C J K F I A G E B D H | |
| Menor distância: 18 | |
| Tempo de processamento: 64.56477499008179 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/12_ponto_entrega/r_2_3.txt | |
| Melhor rota: C A E H B G J K D I F L | |
| Menor distância: 18 | |
| Tempo de processamento: 839.9367549419403 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/13_ponto_entrega/r_1_2.txt | |
| Melhor rota: J D A K M G E L C F H I B | |
| Menor distância: 20 | |
| Tempo de processamento: 11038.348190307617 segundos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment