Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Aug 14, 2023
1 parent c1b7667 commit 0eebd8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyomo/contrib/mindtpy/algorithm_base_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,9 @@ def fix_dual_bound(self, last_iter_cuts):
if isinstance(self.mip_opt, PersistentSolver):
self.mip_opt.set_instance(self.mip, symbolic_solver_labels=True)
mip_args = dict(config.mip_solver_args)
update_solver_timelimit(self.mip_opt, config.mip_solver, self.timing, config)
update_solver_timelimit(
self.mip_opt, config.mip_solver, self.timing, config
)
main_mip_results = self.mip_opt.solve(
self.mip, tee=config.mip_solver_tee, load_solutions=False, **mip_args
)
Expand Down

0 comments on commit 0eebd8f

Please sign in to comment.