Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/me/constraint-store-expr-o…
Browse files Browse the repository at this point in the history
…nly' into constraint-store-expr-only
  • Loading branch information
jsiirola committed Jul 29, 2024
2 parents bb17e9c + 2150295 commit f5ff0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyomo/core/base/constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def to_bounded_expression(self):
Note
----
As this method operates on the *current state* of the
expression, the any required expression manipulations (and by
expression, any required expression manipulations (and by
extension, the result) can change after fixing / unfixing
:py:class:`Var` objects.
Expand All @@ -200,7 +200,7 @@ def to_bounded_expression(self):
ValueError: Raised if the expression cannot be mapped to this
form (i.e., :py:class:`RangedExpression` constraints with
variable lower of upper bounds.
variable lower or upper bounds.
"""
expr = self._expr
Expand Down

0 comments on commit f5ff0a1

Please sign in to comment.