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

Return information on the optimiser accuracy #70

Open njtierney opened 6 years ago

njtierney commented 6 years ago

The solver accuracy should be returned

jeffreyhanson commented 5 years ago

I would be interested in hearing how you end up achieving this. It's kind of an afterthought in prioritizr - we just tack this information on "solution" object using attributes since we wanted to return the "solution object" in the same class as the input data to make it easy for users interact with solutions (e.g. as opposed to creating a custom S4 class that contains the solution but a bunch of other information).