Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrych committed Nov 7, 2023
1 parent e61ce78 commit 6f8b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.jl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function Bonobo.evaluate_node!(tree::Bonobo.BnBTree, node::FrankWolfeNode)
elseif node.id == 1
@debug "Lower bound of root node: $(lower_bound)"
@debug "Current incumbent: $(tree.incumbent)"
@assert lower_bound <= tree.incumbent + 1e-5 "lower_bound <= tree.incumbent + 1e-5 : $(lower_bound) <= $(tree.incumbent +1e-5)"
@assert lower_bound <= tree.incumbent + 1e-5 "lower_bound <= tree.incumbent + 1e-5 : $(lower_bound) <= $(tree.incumbent)"
end

return lower_bound, NaN
Expand Down

0 comments on commit 6f8b4af

Please sign in to comment.