Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jan 6, 2025
1 parent bab8216 commit 016ac22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,15 @@ Docs abbreviation: ``p^\\text{ff,lbsl}``
struct LowerBoundFeedForwardSlack <: VariableType end

"""
Struct to dispatch the creation of Slack variables for UB limits
Struct to dispatch the creation of Slack variables for rate of change constraints up limits
Docs abbreviation: ``p^\\text{x,ubsl}``
Docs abbreviation: ``p^\\text{sl,up}``
"""
struct RateofChangeConstraintSlackUp <: VariableType end
"""
Struct to dispatch the creation of Slack variables for LB limits
Struct to dispatch the creation of Slack variables for rate of change constraints down limits
Docs abbreviation: ``p^\\text{x,lbsl}``
Docs abbreviation: ``p^\\text{sl,dn}``
"""
struct RateofChangeConstraintSlackDown <: VariableType end

Expand Down

0 comments on commit 016ac22

Please sign in to comment.