Need clarification on parameters for "Skip First" and "Drop Return Trips" in cuopt NIM API #1019
Unanswered
shivajimunjula-source
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm working with the cuopt NIM API and I need clarification on how to correctly configure parameters for route optimization where:
The first leg of the route should be skipped (start location is fixed, but the first movement should not be counted as a trip), and
Return trips should be dropped (i.e., vehicles do not need to return to depot after completing all assigned tasks).
I reviewed the available NIM API documentation, but I couldn't find explicit parameter names or configuration examples covering this behavior.
Questions
Skipping the first trip/first leg?
Dropping or disabling automatic return-to-depot?
Are there recommended model configurations for this scenario (e.g., setting return_to_depot = false, modifying start/end locations, or using multi-drop options)?
If available, can you share an example JSON request for this use case?
Beta Was this translation helpful? Give feedback.
All reactions