Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Oct 28, 2024
1 parent 400273d commit 8531752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/active_set_sparsifier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ function active_set_update!(
if MOI.get(as.optimizer, MOI.TerminationStatus()) in
(MOI.OPTIMAL, MOI.FEASIBLE_POINT, MOI.ALMOST_OPTIMAL)
indices_to_remove = Int[]
@show (R)
new_weights = R[]
for idx in eachindex(λ)
weight_value = MOI.get(as.optimizer, MOI.VariablePrimal(), λ[idx])
Expand Down

0 comments on commit 8531752

Please sign in to comment.