Oscar Dowson
Oscar Dowson
> 9 3.842880e+06 3.842880e+06 3.044384e+01 157698 1 Note that the bounds had converged after 9 iterations. So this took 30 seconds to solve. But I just don't think it is...
For the yearly stages with a lag on investment, see: https://sddp.dev/stable/guides/access_previous_variables/#Access-a-decision-from-N-stages-ago It would be something like: ```Julia using SDDP, Gurobi T = 25 # Time horizon [years] lag = 5...
Closing because this discussion seems to have come to a conclusion. Please comment if you have other questions and I can re-open.
> Any ideas on how to avoid this issue? Don't write such long lines in the first place. This is really a duplicate of https://github.com/jump-dev/MathOptInterface.jl/issues/2351
Closing in favor of #2351
Fixed properly by #2840
> and makes a compiled package with "Gurobi.jl" What do you mean by "compiled"? We need the code as-is, because many users have Gurobi on their PATH and haven't set...
Once you have the app, it should still work if Gurobi is on your PATH. Did you run the binary from a difference computer where Gurobi wasn't on the PATH?...
But presumably if you set `paths_to_try = []` it will end up hard-coding the path to your `libgurobi`, and then if you move computers that won't work either?
Is it a linux machine? If so, when `paths_to_try=[]`, your first machine is not using the local version of Gurobi, and when you move it to the new machine, it...