Skip to content

Commit

Permalink
Print Branching Optimizer logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah Hendrych committed Nov 6, 2023
1 parent 227bf44 commit 3508d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/strong_branching_portfolio.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ end

blmo = Boscia.MathOptBLMO(HiGHS.Optimizer())
branching_strategy = Boscia.PartialStrongBranching(10, 1e-3, blmo)
MOI.set(branching_strategy.bounded_lmo.o, MOI.Silent(), true)
MOI.set(branching_strategy.bounded_lmo.o, MOI.Silent(), false)

lmo = prepare_portfolio_lmo()
x, _, result_strong_branching =
Expand Down

0 comments on commit 3508d00

Please sign in to comment.