Error while executing the "Solve via Lossless Convexification" Section of the Code #14
Unanswered
harris419-systologix
asked this question in
Q&A
Replies: 1 comment
-
I have resolved this issue by changing the Model=(ECOS.Optimizer) "with_optimizer" is not a valid syntax anymore! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compiler gives the following error while executing the Losless Convexification Section:
UndefVarError: with_optimizer not defined
Stacktrace:
[1] solve_pdg_fft(rocket::Rocket, t_f::Float64)
@ Main .\In[13]:19
[2] (::var"#61#62")(t_f::Float64)
@ Main .\In[14]:13
[3] golden(f::var"#61#62", a::Float64, b::Float64, tol::Float64)
@ Main .\In[10]:20
[4] top-level scope
@ In[14]:13
I'm new to Julia using version 1.8.5 and JuMP version is v1.10.0. Need help in this regard. Thanks
Beta Was this translation helpful? Give feedback.
All reactions