Nextroute overview¶
Nextroute (nextroute) is a Go package that provides a comprehensive
set of tools for solving Vehicle Routing Problems (VRP). It offers both the Go
library and a Python wrapper, allowing users to leverage the power of
Nextroute in their preferred programming language.
Info
Please note that Nextroute is provided as source-available software (not open-source). For further information, please refer to the LICENSE file.
Installation¶
Nextroute is available for Go and Python.
The library is hosted on PyPI. Python >=3.10. Install using
the Python package manager of your choice:
Get started¶
There are two ways to use Nextroute:
- Subscription app: a low-code entry point with out-of-the-box features.
- Custom app: a fully customizable application that allows you to build your own solution from scratch.
With both application types, you can take full advantage of the Nextmv Platform:
- Create and configure instances.
- Make runs.
- Perform experiments and tests.
- And more...
After familiarizing yourself with the two types of applications, please continue with these next steps: