Skip to content

Commit

Permalink
Update src/MOI_wrapper/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 25, 2024
1 parent 7e0a309 commit f32be7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ const _TerminationStatus = Dict(
# -5 SCS_SIGINT
-5 => MOI.INTERRUPTED,
# -4 SCS_FAILED
-4 => MOI.OTHER_ERROR,
-4 => MOI.INVALID_MODEL,
# -3 SCS_INDETERMINATE
-3 => MOI.SLOW_PROGRESS,
# -2 SCS_INFEASIBLE : primal infeasible, dual unbounded
Expand Down

0 comments on commit f32be7c

Please sign in to comment.