Expand description

A collection of models to represent problem and solution in Vehicle Routing Problem domain.

Modules

Common models.

Problem domain models.

Solution domain models.

Structs

Contains information about jobs locked to specific actors.

Specifies lock details.

Defines VRP problem.

Represents a VRP solution.

Enums

An enumeration which specifies how jobs should be ordered in tour.

An enumeration which specifies how other jobs can be inserted in tour.

Type Definitions

Specifies a type used to store any values regarding problem and solution.