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.
VRP の問題に jsprit を使用しようとしています。問題は次のとおりです。
例を参照してください。
matrixBuilder.addTransportTime(から、まで、時間);
上記のコードは、時間を追加するために使用されます。距離制約を追加したくない場合は、削除するだけです
matrixBuilder.addTransportDistance(から、から、距離);