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
rename neighb_fun(price::Vector, demand, clear_error, pref, budget, capacity, ind_max::Int=40) to something that makes more sense. I don't want to see fun in the name of a function. describe what the function does!
Core function in that file is decrease_demand. This should be built with calls to demand.
neighb_fun(price::Vector, demand, clear_error, pref, budget, capacity, ind_max::Int=40)
to something that makes more sense. I don't want to seefun
in the name of afunction
. describe what the function does!decrease_demand
. This should be built with calls todemand
.The text was updated successfully, but these errors were encountered: