njtierney / maxcovr

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

Use sparse matrices #45

Open njtierney opened 7 years ago

njtierney commented 7 years ago

Using sparse matrices should make the code for the large matrices much faster.

I'm pretty sure that lpSolve, gurobi, and glpk can take sparse matrices as arguments