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.
我知道使用 OptaPlanner 可以解决 VRP 问题。我想知道是否可以使用 OptaPlanner 对异构车队进行路由。
是的,它以前做过。
只需相应地更改(Vrp)Vehicle课程即可。目前它已经有一个capacity,因此您已经可以对具有不同容量的车辆进行建模。但是添加其他属性(例如maximumSpeed, driverLicenseLevelRequirementEnum, safeAgainstRobberyBoolean, ...)是微不足道的。
(Vrp)Vehicle
capacity
maximumSpeed
driverLicenseLevelRequirementEnum
safeAgainstRobberyBoolean
然后只需在新的/现有的分数约束中使用这些属性。