Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 jsprit 来解决我的 VRP 问题。问题如下:
请参阅示例。
matrixBuilder.addTransportTime(from, to, time);
上面的代码用于添加时间。如果您不想添加距离约束,只需删除
matrixBuilder.addTransportDistance(从, 到, 距离);