Skip to content

This project is no longer maintained. Visit https://github.com/kiegroup/optaplanner-quickstarts to see how to integrate OptaPlanner in your application.

License

Notifications You must be signed in to change notification settings

kiegroup/optaweb-vehicle-routing

Repository files navigation

This project is no longer maintained. Visit OptaPlanner Vehicle Routing Quickstart to see how to integrate OptaPlanner in your application.

OptaWeb Vehicle Routing

Ask question on Stack Overflow Join Zulip Chat

Web application for solving the Vehicle Routing Problem using OptaPlanner.

Run the application using a Bash script

If you’re on Linux or macOS, you can use runLocally.sh to start the application on your computer.

  • Use runLocally.sh with no arguments to run with the defaults. This will download an OSM file needed to work with the built-in data set.

  • Use runLocally.sh -i for the interactive mode. In this mode you can choose from downloaded OSM files or download more OSM files.

  • Use runLocally.sh <REGION> to run with the selected region.

See the documentation to learn more about the runLocally.sh script.

Getting started video

The following video shows how to download the OptaPlanner Vehicle Routing distribution and run it using the runLocally.sh script.

Development

Read the Development chapter in the documentation.