Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Feb 5, 2024
1 parent 46f3a04 commit 1c9686a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyomo/contrib/gdpopt/ldsda.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ def _solve_gdp(self, model, config):
add_disjunct_list(util_block)
add_algebraic_variable_list(util_block)
add_boolean_variable_lists(util_block)
# TODO: LBB uses logical_to_disjunctive, I am not sure if it is necessary for LDSDA.
# util_block.logical_constraint_list_to_be_tranformed = (
# config.logical_constraint_list
# )

self.working_model = model.clone()
# TODO: I don't like the name way, try something else?
Expand Down

0 comments on commit 1c9686a

Please sign in to comment.