VehicleRouting.interpret¶ VehicleRouting.interpret(result)[ソース]¶ Interpret a result as a list of the routes for each vehicle パラメータ: result (OptimizationResult | ndarray) – The calculated result of the problem 戻り値: A list of the routes for each vehicle 戻り値の型: List[List[List[int]]]