Skip to content

Commit

Permalink
remove warmstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Oct 31, 2023
1 parent b054ba3 commit 3ce5e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/mindtpy/algorithm_base_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def solve_subproblem(self):
)

MindtPy.cuts.deactivate()
customized_initialize(self.fixed_nlp)
# customized_initialize(self.fixed_nlp)
if config.calculate_dual_at_solution:
self.fixed_nlp.tmp_duals = ComponentMap()
# tmp_duals are the value of the dual variables stored before using deactivate trivial constraints
Expand Down

0 comments on commit 3ce5e87

Please sign in to comment.