Maximum population coverage Vs Maximum locations coverage #553
-
|
Hi, Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@rajesvariparasa Thanks for starting this discussion here. It seems like the Maximal Covering Location Problem would suit your needs. With the MCLP you can set the desired number of facilities p as a parameter, which the model will then use determined maximum weighted coverage (population in your case. I provide an example of this here in the
|
Beta Was this translation helpful? Give feedback.
@rajesvariparasa Thanks for starting this discussion here. It seems like the Maximal Covering Location Problem would suit your needs. With the MCLP you can set the desired number of facilities p as a parameter, which the model will then use determined maximum weighted coverage (population in your case. I provide an example of this here in the
spaghettitutorials where I use randomly-generated points for the facilities (Little Free libraries) and clients (synthetic households) along with aweightparameter (artificial population), which is described here.