You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PyVRP/PyVRP#539 we identified a very small PCVRP instance that PyVRP cannot solve optimally. For every variant or feature that we support, we should have a smoke test that checks that a small instance (10 clients?) can be solved optimally. We can use an exact solver like VrpSolverEasy to get the exact solution.
The text was updated successfully, but these errors were encountered:
In PyVRP/PyVRP#539 we identified a very small PCVRP instance that PyVRP cannot solve optimally. For every variant or feature that we support, we should have a smoke test that checks that a small instance (10 clients?) can be solved optimally. We can use an exact solver like VrpSolverEasy to get the exact solution.
The text was updated successfully, but these errors were encountered: