We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I set a custom profile for vehicles? I found out that there are some values like "car", "truck"
I want to set something like this
vroom.Vehicle( profile=vehicle["provider"], id=vehicle["id"], start=0, time_window=time_window, capacity=[vehicle["capacity"]], ) for provider, matrix in cost_matrices.items(): problem_instance.set_costs_matrix(profile=provider, matrix_input=matrix)
Currently, it returns the error:
VroomInputException: Missing coordinates for routing engine.
The text was updated successfully, but these errors were encountered:
It should be supported, yes. But I am unsure what is going on in your example. Do you mind creating a runnable minimal example that evoke the error?
Sorry, something went wrong.
No branches or pull requests
Can I set a custom profile for vehicles? I found out that there are some values like "car", "truck"
I want to set something like this
Currently, it returns the error:
The text was updated successfully, but these errors were encountered: