Introduction
1.
Getting Started
1.1.
Features
1.2.
Installation
1.3.
Defining problem
1.4.
Acquiring routing info
1.5.
Running solver
1.6.
Analyzing results
1.7.
Evaluating performance
2.
Concepts
2.1.
Pragmatic format
2.1.1.
Modeling a problem
2.1.1.1.
Jobs
2.1.1.2.
Vehicles
2.1.1.3.
Relations
2.1.1.4.
Objectives
2.1.2.
Routing data
2.1.2.1.
Routing matrix
2.1.2.2.
Profiles
2.1.3.
Solution model
2.1.3.1.
Tour list
2.1.3.2.
Statistic
2.1.3.3.
Unassigned jobs
2.1.3.4.
Violations
2.1.4.
Error index
2.2.
Scientific formats
2.2.1.
Solomon benchmark
2.2.2.
Li&Lim benchmark
3.
Examples
3.1.
Pragmatic format
3.1.1.
Basic feature usage
3.1.1.1.
Basic job usage
3.1.1.2.
Multi day plan
3.1.1.3.
Vehicle dispatch
3.1.1.4.
Vehicle break
3.1.1.5.
Multiple trips
3.1.1.6.
Relations
3.1.1.7.
Skills
3.1.1.8.
Multiple profiles
3.1.1.9.
Unassigned job
3.1.2.
Objective usage
3.1.2.1.
Default behavior
3.1.2.2.
Balance max load
3.1.2.3.
Balance activities
3.1.2.4.
Balance distance
3.2.
Language interop
3.2.1.
Java
3.2.2.
Kotlin
3.2.3.
Javascript
3.2.4.
Python
4.
Internals
4.1.
Overview
4.2.
Rosomaxa
Light (default)
Rust
Coal
Navy
Ayu
A Vehicle Routing Problem Solver Documentation
Examples
This section contains data and code examples.