You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I tried different solvers for this example. when the default solver (i.e. "glpk") is used, there is no error. Is it because different solvers generated different results?
Thanks for reporting this and providing an example. I think that this is a bug to do with the internals / table or summary options. Let me have a closer look.
I tried testing the example of max_coverage() function, as follows:
It was shown that the gurobi solver ran successfully (gap 0.0%). Then I got this error.
# Error: Column `facility_chosen` must be a 1d atomic vector or a list
The output of sessionInfo() is:
I assume that this problem arises because of the new dplyr package. Can anyone help solve this problem? Thanks!
The text was updated successfully, but these errors were encountered: