Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed Aug 15, 2023
1 parent 0f26345 commit bd1d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/gdp/plugins/transform_current_disjunctive_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
""",
)
class TransformCurrentDisjunctiveState(Transformation):
"""This transformation finds disjunctive state (indicator_vars values)
"""This transformation finds disjunctive state (indicator_var values)
in the given GDP, and, for any Disjunction, when the state fully
determines what Disjunct will be selected, it reclassifies all the Disjuncts
of the Disjunction as Blocks, and activates or deactivates them according
Expand Down

0 comments on commit bd1d42c

Please sign in to comment.