Hello, I am a student trying to do a Vehicle Routing Problem with ArcGIS Pro Network Analyst.For the first, I tried some simple problems and got answers.However, I have some troubles.
This is the 4 patterns I set up.
Pattern1:Fixed Cost=0, Cost Per Unit Time=1, Cost Per Unit Distance=0
Pattern2:Fixed Cost=1, Cost Per Unit Time=1, Cost Per Unit Distance=0
Pattern3:Fixed Cost=0, Cost Per Unit Time=1, Cost Per Unit Distance=1
Pattern4:Fixed Cost=1, Cost Per Unit Time=1, Cost Per Unit Distance=1
*Every pattern has one route(Capacity=160, no time window).
*16 visit places and 1 depot are the same in every pattern.
*Visit Places:Service time=0, Delivery_1=10, no time window
*Depot:Service time=0
Then, I got the answers.
In Pattern1 and Pattern2, total travel time is 329.109977.
In Pattern and Pattern4, total travel time is 328.119617.
Why is the answer of Pattern1 and Pattern2 longer than that of Pattern and Pattern4?
Please help me.