Get status of solution for Vehicle Routing Problem #2659
-
I am currently following the online example for the Vehicle Routing Problem and I am trying to get the status of the solution for further debugging. Online it says "solver.status()" would work but where is that in the VRP instance? I thought it would be like "routing.solver().status()" but I get the error that no such method exist. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
or-tools/ortools/constraint_solver/routing.h Lines 208 to 222 in b37d9c7 or-tools/ortools/constraint_solver/routing.h Lines 1046 to 1047 in b37d9c7 |
Beta Was this translation helpful? Give feedback.
or-tools/ortools/constraint_solver/routing.h
Lines 208 to 222 in b37d9c7
or-tools/ortools/constraint_solve…