Skip to content

Not giving the best (shortest and fastest) route #70

@carlosen14

Description

@carlosen14

It is not taking the best (shortest and fastest) route. The image shows the points to visit ordered as the VRP result.
i use node-osrm to get the cost table using.

image

As you can see, it ordered to visit A > C > B > D

I Draw these points to osrm route and give this as not the fastest one.

The fastest one was ordering as A > B > C > D , just by some little difference, but i expect it to be the optimized order

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions