From 94f48fbdf06478931a10eaa936be3f49e9d2441c Mon Sep 17 00:00:00 2001 From: ecl996 <92390036+ecl996@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:57:44 -0500 Subject: [PATCH] Fixing a typo Second reference should be to best_routes_load --- docs/how_to.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how_to.rst b/docs/how_to.rst index 500c341..7625024 100644 --- a/docs/how_to.rst +++ b/docs/how_to.rst @@ -51,7 +51,7 @@ Once the problem is solved, we can query useful attributes as: {1: 9} ``prob.best_value`` is the overall cost of the solution, ``prob.best_routes`` is a `dict` object where keys represent the route ID, while the values are -the corresponding path from `Source` to `Sink`. And ``prob.best_routes`` is a `dict` object where the same keys point to the accumulated load on the +the corresponding path from `Source` to `Sink`. And ``prob.best_routes_load`` is a `dict` object where the same keys point to the accumulated load on the vehicle.