Package index
-
vrp_model() - Build a vehicle routing (VRP) model
-
add_depot() - Add a depot to the model
-
add_clients() - Add clients to the model
-
add_vehicle_type() - Add a vehicle type to the model
-
add_client_group() - Add a mutually exclusive group of clients
-
vrp_solve() - Solve a VRP model
-
ils_params() - ILS solver parameters
-
max_runtime()max_iterations()no_improvement()first_feasible() - Solver stopping criteria
-
cost() - Cost of a result or solution
-
routes() - Routes of a solution, in long (tidy) format
-
summary(<vrpr_result>) - One-row summary of a result (tibble)
-
unvisited_clients() - Unvisited optional clients
-
plot(<vrpr_result>) - Plot the solution of a VRP result
-
plot(<vrpr_model>) - Plot a VRP model (depots and clients only)
-
read_vrplib() - Read an instance in VRPLIB / TSPLIB format
-
read_solomon() - Read a VRPTW instance in Solomon format
-
vrp_problem_data() - Assemble the problem data (ProblemData) from a model
-
vrp_solution() - Build a solution from explicit routes
-
vrp_random_solution() - Generate a random solution
-
vrp_cost_evaluator() - Cost evaluator (CostEvaluator)
-
solution_cost() - Cost of a solution