# Generated by roxygen2: do not edit by hand

S3method(cost,vrpr_result)
S3method(cost,vrpr_solution)
S3method(plot,vrpr_model)
S3method(plot,vrpr_result)
S3method(print,vrpr_cost_evaluator)
S3method(print,vrpr_model)
S3method(print,vrpr_problem_data)
S3method(print,vrpr_result)
S3method(print,vrpr_solution)
S3method(print,vrpr_stop)
S3method(routes,vrpr_result)
S3method(routes,vrpr_solution)
S3method(summary,vrpr_result)
S3method(unvisited_clients,vrpr_result)
export(add_client_group)
export(add_clients)
export(add_depot)
export(add_vehicle_type)
export(cost)
export(first_feasible)
export(ils_params)
export(max_iterations)
export(max_runtime)
export(no_improvement)
export(read_solomon)
export(read_vrplib)
export(routes)
export(solution_cost)
export(unvisited_clients)
export(vrp_cost_evaluator)
export(vrp_model)
export(vrp_problem_data)
export(vrp_random_solution)
export(vrp_solution)
export(vrp_solve)
importFrom(rlang,.data)
importFrom(rlang,abort)
useDynLib(vrpr, .registration = TRUE)
