We are a group of French students that work on OptaPlanner to optimize stretcher-bearers rounds for hospital utilization.
But OptaPlanner code seems to not be optimized for our problem, let's suppose the class vehicle corresponds to stretcher-bearers and customer to patients :
- Some missions needs 2 vehicles, OptaPlanner does not offer this possibility
- We have no coordinates for our missions (from CPLEX), only arrival and departure times, while optaplanner simulations require coordinates, and there's no function for converting time into distance or coordinates
Is there a way to adapt our problem to OptaPlanner conditions ? Our goal is to have a json file or a .vrptw file including our data and run it on OptaPlanner to simulate stretcher-bearers rounds.
Thanks !