Hi, I want to use location-allocation model by minimizing total costs (dollars). However, instead of a flat rate per mile, I would like to set a progressive rate.
For instance, if total miles (from facilities to demand points) are less than 50 miles, cost per mile is 0.5 dollars. If total miles are greater than 50 miles but less than 100 miles, cost per mile is 0.75 dollars. If total miles are greater than 100 miles, cost per mile is 1 dollar.
Or I want to set cost per mile is 0.5 dollars for the first 50 miles, then it is 0.75 dollars for the 50th-100th mile, and so on. Either of these is good to me.
Is there any way to set cost attribute like this?