Module vrp_core::models[][src]

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

Modules

common

Common models.

problem

Problem domain models.

solution

Solution domain models.

Structs

Lock

Contains information about jobs locked to specific actors.

LockDetail

Specifies lock details.

Problem

Defines VRP problem.

Solution

Represents a VRP solution.

Enums

LockOrder

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

LockPosition

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

Type Definitions

Extras

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