Skip to content

TSPTW returns an infeasible solution? #4410

Discussion options

You must be logged in to vote

A few remarks:

  • the routing-solver only supports discrete-domains -> you must not use floating-point data (e.g. 45.1774) => consider multiplying everything with 10000 in your case
  • the routing-solver is conceptionally a metaheuristic (if not configured to do local-search only) with anytime-behaviour: it's not complete and without any stopping-condition (e.g. time-limit; local-convergence when no metaheuristic) it will run forever
    • CPLEX for this will be a complete method and happily stop when optimality is proven
    • the routing-solver is developed for in…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mjposs
Comment options

Answer selected by mjposs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants