I am working on the Vehicle Routing Problem. My question is, we have to Minimise the total Distance covered by the Vehicle. Where in the code we specify we have to Minimise the distance covered? In drl file we give all the Constraint for consideration. What if I want to get Maxmium distance covered by Vehicle. Could anyone help me in understanding where to specify Max/Min for the given problem? Or guide me to any tutorial/document to get an answer to this question?
Thanks