leandrosilvaferreira / 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

Build Status 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.

Development

Read the Development chapter in the documentation.

About

Web application for solving the Vehicle Routing Problem using OptaPlanner

https://www.optaplanner.org/


Languages

Language:Java 72.3%Language:TypeScript 23.3%Language:Shell 2.9%Language:JavaScript 0.6%Language:CSS 0.4%Language:Dockerfile 0.3%Language:HTML 0.2%