Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 12, 2024
1 parent d5cc520 commit 8b53d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/log.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ function logging_summary(m::Optimizer)

printstyled("ALPINE CONFIGURATION\n", color = :cyan, bold = true)
project = read(joinpath(dirname(@__DIR__), "Project.toml"), String)
m = match(r"version \= \"(.+?)\"", project)
println(" Alpine version = ", m[1])
m_version = match(r"version \= \"(.+?)\"", project)
println(" Alpine version = ", m_version[1])
if Alp.is_min_sense(m)
println(
" Maximum iterations (lower-bounding MIPs) = ",
Expand Down

0 comments on commit 8b53d7b

Please sign in to comment.