NeverOnTimeSdnBhd / Delivery-Instances

2 stars 6 forks source link

Logic Behind Customer Demand #18

Open nGQD opened 3 years ago

nGQD commented 3 years ago

Good day.

From the instances provided, there are some cases where Customer.demand = 0. Are we expected to detect and remove such customers? Or shall we create a customized random input generator that always produces demand > 0?

It doesn't make sense to me to visit customers with no demand.

Your clarification is greatly appreciated. Thank you.

NeverOnTimeSdnBhd commented 3 years ago

Hi

Logically customer demand should not be zero. I think I made some mistake when generating the instances, I will try check back my instances ASAP. For now you can ignore instances with customers with demand zero first.

Thanks for pointing out the mistake.