Jump to content

Scheduling Vehicles as Resources


mpcastr3
 Share

Recommended Posts

Two ways come to mind off the top of my head:

  1. Create three separate instances of vehicles with different work schedules. Give each vehicle instance the population that you're looking for.
  2. Create one instance of a vehicle with a population of 24. Use processes to set the capacity of the various specific realizations based on your shift pattern.

Link to comment
Share on other sites

Two ways come to mind off the top of my head:

  1. Create three separate instances of vehicles with different work schedules. Give each vehicle instance the population that you're looking for.
  2. Create one instance of a vehicle with a population of 24. Use processes to set the capacity of the various specific realizations based on your shift pattern.

Thanks for the answer. What exactly do you mean by setting the capacity? Using something like Vehicle[1].Capacity?

Link to comment
Share on other sites

This could be set up to work with optQuest. You could create some different schedules that manipulate the currentCapacity and then link these schedules to input properties that can be manipulated by optQuest.


This would be the same approach when using the work schedules as well.

Link to comment
Share on other sites

×
×
  • Create New...