[][src]Crate vrp_pragmatic

Pragmatic crates aims to solve real world VRP variations allowing users to specify their problems via simple pragmatic json format.

Modules

json

This module defines logic to serialize/deserialize problem and routing matrix in pragmatic format from json input and create and write pragmatic solution.

Functions

get_locations

Get lists of problem.

get_locations_serialized

Returns serialized into json list of unique locations from serialized problem in order used by routing matrix.