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.