An open API service indexing awesome lists of open source software.

https://github.com/matheusadc/vehicleroutingproblem

This project presents an analysis of a vehicle routing problem.
https://github.com/matheusadc/vehicleroutingproblem

c ccompiler matrix struct

Last synced: 3 months ago
JSON representation

This project presents an analysis of a vehicle routing problem.

Awesome Lists containing this project

README

        

# description icon Description
This project presents an analysis of a vehicle routing problem where, in the first step, based on the chosen number of points, the x and y coordinates of each point are printed along with an ID. Then, in the second step, an NxN matrix is created in which the distance between the points is printed. Finally, the individuals are displayed in ascending order based on the sum of the distances, along with the points that represent the route.

# C icon Terminal - C Compiler
![image](https://github.com/user-attachments/assets/908dcfd7-334f-4dc3-b210-2d82a7668d8c)