With kind regards,
Geoffrey De Smet
I want to plan the gas stations into the vehicle routing problem.
1: Vehicle has a variable called fuelLevel that decreases linearly as distance travelled
2: The fuelLevel will go back go full level after visiting a gas station.3: Vehicles should visit a gas station before it goes down to zero.
4: A gas station can be visited by all vehicles for many times in a day.
1 and 2 can be implemented with the help of shadow variable but 3 and 4 are not that straightforward. Could you give me some clues of how to build this domain model?
Thanks,Isaac
--
You received this message because you are subscribed to the Google Groups "OptaPlanner development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to optaplanner-d...@googlegroups.com.
To post to this group, send email to optapla...@googlegroups.com.
Visit this group at http://groups.google.com/group/optaplanner-dev.
For more options, visit https://groups.google.com/d/optout.
With kind regards,
Geoffrey De Smet