VROOM (vroom v0.1.2) View Source

This module defines the implementation of VROOM (Vehicle Routing Open-Source Optimization Machine) HTTP client.

Link to this section Summary

Functions

Calls the VROOM API and get the computed solution.

Link to this section Functions

Link to this function

solve(vehicles, shipments, jobs, options \\ %{})

View Source

Specs

solve([Vehicles.t()], [Shipment.t()], [Job.t()], map()) :: map()

Calls the VROOM API and get the computed solution.

The computed solution follows the VROOM output.

For more info, check the output section in the docs.