Skip to content

Commit

Permalink
Update model_statistics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avdudchenko committed Nov 22, 2024
1 parent 2e01052 commit 1bf6ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions idaes/core/util/model_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def total_constraints_set(block):
def number_total_constraints(block):
"""
Method to return the total number of Constraint components in a model.
This will include number of constraints provided by Greybox models using
number_activated_greybox_equalities function.
This will include the number of constraints provided by Greybox models using
the number_activated_greybox_equalities function.
Args:
block : model to be studied
Expand Down Expand Up @@ -425,7 +425,7 @@ def total_equalities_set(block):
def number_total_equalities(block):
"""
Method to return the total number of equality Constraint components in a
model. This will include number of activated equalities Greybox using number_activated_greybox_equalities function.
model. This will include the number of activated equalities Greybox using the number_activated_greybox_equalities function.
Args:
block : model to be studied
Expand Down Expand Up @@ -571,7 +571,7 @@ def deactivated_equalities_set(block):
def number_deactivated_equalities(block):
"""
Method to return the number of deactivated equality Constraint components
in a model. This will include number of deactivated equality constraints in Greybox models.
in a model. This will include the number of deactivated equality constraints in Greybox models.
Args:
block : model to be studied
Expand Down

0 comments on commit 1bf6ff2

Please sign in to comment.