julia> solution_summary(rocket)
* Solver : Ipopt
* Status
Termination status : NUMERICAL_ERROR
Primal status : UNKNOWN_RESULT_STATUS
Dual status : UNKNOWN_RESULT_STATUS
Message from the solver:
"Restoration_Failed"
* Candidate solution
Objective value : 1.0099999899999998
* Work counters
Solve time (sec) : 2.95176
I just started using the JuMP package and there are many things I don’t understand.
I noticed that I am getting an error only by running the above.
What is the cause of this error?
I apologize for any inconvenience.