[][src]Module vrp_core::algorithms

A collection of reusable algorithms without dependencies on any other module in the project.

Modules

dbscan

This module contains an implementation of Density-Based Spatial Clustering of Applications with Noise (DBSCAN)

geometry

A module with geometry primitives.

nsga2

This module contains a logic for processing multiple solutions and multi objective optimization based on Non Dominated Sorting Genetic Algorithm II algorithm.

statistics

This module contains some statistic related functionality.