Anthbs / optaweb-vehicle-routing

Web application for solving the Vehicle Routing Problem using OptaPlanner

Home Page:https://www.optaplanner.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OptaWeb Vehicle Routing

Ask question on Stack Overflow Join Zulip Chat

Quality Gate Status Reliability Rating Security Rating Maintainability Rating Lines of Code Coverage

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.

About

Web application for solving the Vehicle Routing Problem using OptaPlanner

https://www.optaplanner.org

License:Apache License 2.0


Languages

Language:Java 72.6%Language:TypeScript 21.4%Language:Shell 4.4%Language:JavaScript 0.7%Language:Groovy 0.5%Language:HTML 0.3%Language:Dockerfile 0.2%Language:CSS 0.1%