Does specifying distance matrix in shipment model override visit coordinates
My question is less about code and more conceptual. Right now, one has the option of specifying the distance matrix in the shipment model. As I understand it, the route optimizer will then try to find the minimum distance (cost) path through all points according to the values in this matrix. My question is, are the latitude and longitude values specified in the shipments object irrelevant then since the optimizer wouldn’t use them to compute the distances? Put another way, could I put in random coordinates for my locations in different tour optimizations and expect to get essentially the same solution as long as I’m using the same distance matrix each time? Thanks!