njtierney / maxcovr

Tools in R to make it easier to solve the Maximal Coverage Location Problem
https://maxcovr.njtierney.com/
GNU General Public License v3.0
43 stars 12 forks source link

Add weights as an option for maxcovr #85

Open njtierney opened 5 years ago

njtierney commented 5 years ago

This will allow for maximising weights, rather than maximising the sum of coverage.

@mpadge