woodbri / vehicle-routing-problems

C++ Classes for solving various vehicle routing problems
MIT License
18 stars 7 forks source link

Times given in 0 2400 #9

Open cvvergara opened 10 years ago

cvvergara commented 10 years ago

opens at 800 is opens at 8am closes at 900 is colses at 9am therefore 60mins is the operation time not 100 also what about 871 = 8:71am???? = 9:11 am???? so this time given in the format 0...2400 should be converted to minutes starting from 0: 800 = 8am = 480mins 900 = 9am = 540mins
540 mins - 480 mins = 60mins 871 =8x60mins + 71 mins??? = 480 mins + 71 mins = 551 mins 911= 9x60mins + 11 mins = 540mins + 11 mins = 551 mins For cases like 871, should we reject the data or work with it like in the example?

woodbri commented 10 years ago

All time is delineated as mins from 00:00 we are not using clock time 800 = 800 minutes from 0 time.