Skip to content

Commit

Permalink
Use build_mn_owf for a default in OBBT.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasseff authored and hskkanth committed Feb 15, 2023
1 parent 0bd4e98 commit 0626c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/obbt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function solve_obbt_owf!(
use_relaxed_network && relax_network!(data)

# Set the problem specification that will be used for bound tightening.
build_type = _IM.ismultinetwork(get_wm_data(data)) ? build_mn_wf : build_wf
build_type = _IM.ismultinetwork(get_wm_data(data)) ? build_mn_owf : build_wf

# Check for keyword argument inconsistencies.
_check_obbt_options(upper_bound, upper_bound_constraint)
Expand Down

0 comments on commit 0626c2e

Please sign in to comment.