Common Vehicle Routing Problem Modeling Questions
- What factors can I model with cuOpt? Can I model distance traveled or carbon emissions?
- What happens if there are no feasible routes?
- How are solutions scored? What is the objective function?
- Are costs required?
- Why is my “minimum vehicles” constraint not being respected?
- Why is my route size variance positive even when the routes are identical?
- Why does my run not stop?