[][src]Module vrp_core::solver

Modules

mutation
objectives

Specifies objective functions.

termination

Metaheuristic termination logic.

Structs

Builder

Provides configurable way to build solver.

DominancePopulation

An evolution aware implementation of [Population] trait.

RefinementContext

Contains information needed to perform refinement.

Solver

A Vehicle Routing Problem Solver.

Traits

Population

Represents a solution population.

Type Definitions

Individual

Represents solution in population defined as actual solution.

Logger

A logger type.