Skip to contents

Build a solution from explicit routes

Usage

vrp_solution(problem_data, routes)

Arguments

problem_data

A vrp_problem_data().

routes

A list of integer vectors; each vector is a route given as client numbers (1..n_clients), in visit order. All routes use the first vehicle type.

Value

A vrpr_solution object.