Skip to content

Commit

Permalink
Update src/log.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 12, 2024
1 parent 5731ab5 commit 18a4adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function logging_summary(m::Optimizer)
project = read(joinpath(dirname(@__DIR__), "Project.toml"), String)
m_version = match(r"version \= \"(.+?)\"", project)
println(" Alpine version = ", m_version[1])
if Alp.is_min_sense(m)
if is_min_sense(m)
println(
" Maximum iterations (lower-bounding MIPs) = ",
get_option(m, :max_iter),
Expand Down

0 comments on commit 18a4adb

Please sign in to comment.