Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

[Dynamic Pick-up and Delivery Problem with Time Windows - Best Route Suggestion Unit] I am writing a best route suggestion system for package delivery APP.

[Dynamic Pick-up and Delivery Problem with Time Windows - Best Route Suggestion Unit]

I am writing a best route suggestion system for package delivery APP. It requires Kotlin/JAVA to finish the code.

Requirements: Generate a best route through all delivery jobs, which need to meet the time windows of the jobs.

Input: Maximum of 5 locations (longitude and latitude) and time windows (Pickup time and delivery time). i.e., 1. Pickup Tuen Mun, Hong Kong (LONG, LAT), Pickup before 10:00 am and Deliver Yuen Long, Hong Kong (LONG, LAT), delivered before 5:00 pm 2. Etc 3. Etc

Output:

Route: current location -> 1 Pick -> 2 Pick -> 1 Deliver -> Etc

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago