Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonshallow5/ilp
Devised an algorithm which maximizes the amount of pizza deliveries via a drone on a given day, while avoiding some areas on the map
https://github.com/moonshallow5/ilp
Last synced: 6 days ago
JSON representation
Devised an algorithm which maximizes the amount of pizza deliveries via a drone on a given day, while avoiding some areas on the map
- Host: GitHub
- URL: https://github.com/moonshallow5/ilp
- Owner: Moonshallow5
- Created: 2023-10-12T14:55:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:28:19.000Z (4 months ago)
- Last Synced: 2024-07-16T03:49:12.772Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 7.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Informatics Large Practical (22-23)
Course Name: Informatics Large Practical
Objective: Devise an efficient drone delivery program, which allows customers to order pizzas from their favourite restaurant and get it delivered to them via a drone.
Focus: Java
Final Mark: 70%## Files
- ilp-results contains the .geojson files that shows the flight path of the drone from Appleton tower (where the order is from) to the pizza restaurant, and the drone has to find the quickest route to and fro while dodging some areas of the map.
- src contains the files for the movement of the drone, the menu of the restaurants and orders of the customers
- ilp-report contains the class documentation and the detailed strategy implementation report
- ilp-coursework the project that we had to do
## Screenshots
Sample flight path of the drone flying to and fro, from the customer, to the pizza restaurant and back to the customer.
The yellow icon is where the customer is, the blue icon is where the restaurants are, the red boxes are areas which should be avoided and the grey lines is the movement of the drone.
![image](https://github.com/user-attachments/assets/4e394e21-5eda-40cc-a296-632c89502b63)