Skip to content

Commit

Permalink
rmv unused solverstr
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored and abelsiqueira committed Nov 4, 2021
1 parent d4e2dcd commit f1be039
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/run_solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ function solve_problems(solver, problems;
colstats :: Vector{Symbol} = [:name, :nvar, :ncon, :status, :elapsed_time, :objective, :dual_feas, :primal_feas],
info_hdr_override :: Dict{Symbol,String} = Dict{Symbol,String}(),
prune :: Bool=true, kwargs...)
solverstr = split(string(solver), ".")[end]

f_counters = collect(fieldnames(Counters))
fnls_counters = collect(fieldnames(NLSCounters))[2:end] # Excludes :counters
ncounters = length(f_counters) + length(fnls_counters)
Expand Down

2 comments on commit f1be039

@abelsiqueira
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/48174

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.7 -m "<description of version>" f1be0399815700d78ee6e9f19226538cadbede52
git push origin v0.4.7

Please sign in to comment.