Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
harshangrjn committed Sep 8, 2022
1 parent 9a74a4a commit de2b6ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main_algorithm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,11 @@ function local_solve(m::Optimizer; presolve = false)
else
push!(m.logs[:obj], "E")
m.status[:local_solve] = MOI.OTHER_ERROR
if presolve
@warn " Warning: NLP solve failure $(local_nlp_status)."
else
@warn " Warning: NLP local solve failure."
end
# if presolve
# @warn " Warning: NLP solve failure $(local_nlp_status)."
# else
# @warn " Warning: NLP local solve failure."
# end
return
end

Expand Down

0 comments on commit de2b6ca

Please sign in to comment.