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: 10 months ago
JSON representation
This project presents an analysis of a vehicle routing problem.
- Host: GitHub
- URL: https://github.com/matheusadc/vehicleroutingproblem
- Owner: MatheusADC
- Created: 2024-07-02T01:25:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T08:58:58.000Z (over 1 year ago)
- Last Synced: 2025-03-15T17:46:36.568Z (about 1 year ago)
- Topics: c, ccompiler, matrix, struct
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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.
#
Terminal - C Compiler
