kiegroup / optaweb-vehicle-routing

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://www.optaplanner.org

License:Apache License 2.0


Languages

Language:Java 73.3%Language:TypeScript 21.7%Language:Shell 3.7%Language:JavaScript 0.7%Language:HTML 0.3%Language:Dockerfile 0.2%Language:CSS 0.1%