Skip to content

Commit

Permalink
Removing a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
artalvpes committed Oct 10, 2024
1 parent ecb704b commit 8f925fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MathProg/pool.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ end

function push_in_pool!(pool::Pool, solution::PrimalSolution, sol_id, cost)
var_ids, vals = _sol_repr_for_pool(solution)
@show var_ids
DynamicSparseArrays.addrow!(pool.solutions, sol_id, var_ids, vals)
pool.costs[sol_id] = cost
if !isnothing(solution.custom_data)
Expand Down

0 comments on commit 8f925fb

Please sign in to comment.