NeverOnTimeSdnBhd / Delivery-Instances

2 stars 6 forks source link

Question regarding Input of the assignment #4

Open adisafwan opened 3 years ago

adisafwan commented 3 years ago

Hi there NeverOnTimeSdnBhd, sorry if my question looks dumb and I want to ask

  1. What does it mean by maximum capacity of all vehicles ? Is it refer to the maximum quantity of packages each vehicle contains or what?
  2. Why each number of customer have the x and y coordinates?

Thank you for spending your time to answer my questions

NeverOnTimeSdnBhd commented 3 years ago

Hi

  1. It refers to the maximum capacity of every vehicle instead of the maximum total capacity of all vehicles (eg. 10 means every vehicle have maximum capacity of 10)
  2. x and y coordinate is the location of every customer, and you need this information to calculate the distance travelled (aka. cost) by vehicles (imagine they are on an Euclidean plane with x-axis and y-axis).