[][src]Crate vrp_solver

A solver crate contains metaheuristic implementation to solve arbitrary VRP problem.

Structs

Solver

A skeleton of metaheuristic with default ruin and recreate implementation.

SolverBuilder

Provides configurable way to build solver.