Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrogantGao committed Nov 25, 2024
1 parent 3c0404a commit 7eda0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OptimalBranchingCore/src/setcovering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ This function implements a cover selection algorithm using an iterative process.
# Description
This function iteratively solves the integer programming problem to find the optimal cover, updating the complexity value until convergence or the maximum number of iterations is reached.
"""
function cover(sub_covers::AbstractVector{SubCover{INT}}, dns::Vector{TF}, solver::IPSolver; verbose::Bool = false) where{INT, TF}
max_itr = solver.max_itr
Expand Down

0 comments on commit 7eda0f6

Please sign in to comment.