Skip to content

Commit

Permalink
set config.use_fbbt to False for GOA
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed May 18, 2024
1 parent 6c8927a commit 2068892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/mindtpy/global_outer_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def check_config(self):
config.add_slack = False
config.use_mcpp = True
config.equality_relaxation = False
config.use_fbbt = True
# config.use_fbbt = True
# add_no_good_cuts is True by default in GOA
if not config.add_no_good_cuts and not config.use_tabu_list:
config.add_no_good_cuts = True
Expand Down

0 comments on commit 2068892

Please sign in to comment.