Hi Currently I am working on sale territory optimization. I am using kmean but can not deal with some constrain that are set by business such as planning territory to deal with constrain such as
- max travel distance in each cluster 200km
- the cluster size of dense area is min 150 max 200, spare area min 70 and max 100.
- one agent 1 clusters.
Can anyone help give me idea and advice to solve this problem? Are there any existing working solution already?
Thank in advance.