102780702/Delivery-Vehicles-Routing-System — reverse-engineered prompt
Reverse engineered prompt
Build me a delivery vehicle routing demo in Java based on this project. I want to load a list of delivery coordinates, optionally with vehicle capacity limits, then calculate efficient routes for delivery vehicles so a dispatcher can see which stops each vehicle should visit.
Please include a simple visual interface where I can view the coordinate points and the resulting routes, plus a way to start the route calculation and see the output clearly. The project seems to use Java agents and a genetic algorithm style travelling salesman approach, so keep that idea if it makes sense, with agents requesting and responding to route tasks.
Make it easy to run locally from the existing files, including any small web or GUI page that is already part of the project. Clean up anything confusing, wire the pieces together, and add clear instructions so someone can open it, run it, and understand the demo without needing to know the code.
Want more depth? Deep Reverse