Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 11, 2024
1 parent 14f89b4 commit a16fa6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Solvers/process.jl
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,9 @@ function unreduce_y(solver::Solver{T}, y::Vector{T}) where {T <: Real}
if !in(solver.status, infeas_statuses)
ya .+= solver.reduce_cQ1
end
if length(solver.reduce_y_keep_idxs) == 0
return
end
@views ya_sub = ya[1:length(solver.reduce_y_keep_idxs)]
ldiv!(solver.reduce_Ap_R, ya_sub)
@views y_sub = solver.result.y[solver.reduce_y_keep_idxs]
Expand Down

0 comments on commit a16fa6a

Please sign in to comment.