Skip to content

Commit

Permalink
Export variable/parameter/constraints in the public API but not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Sep 20, 2024
1 parent 5455af6 commit fdfc270
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PowerSimulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export UpperBoundFeedForwardSlack
export LowerBoundFeedForwardSlack
export InterfaceFlowSlackUp
export InterfaceFlowSlackDown
export PieceWiseLinearCostVariable

# Auxiliary variables
export TimeDurationOn
Expand Down Expand Up @@ -271,6 +272,7 @@ export FrequencyResponseConstraint
export HVDCPowerBalance
export HVDCLosses
export HVDCFlowDirectionVariable
export HVDCLossesAbsoluteValue
export InputActivePowerVariableLimitsConstraint
export NetworkFlowConstraint
export NodalBalanceActiveConstraint
Expand Down Expand Up @@ -302,9 +304,13 @@ export ActivePowerTimeSeriesParameter
export ReactivePowerTimeSeriesParameter
export RequirementTimeSeriesParameter

# Cost Parameters
export CostFunctionParameter

# Feedforward Parameters
export OnStatusParameter
export UpperBoundValueParameter
export LowerBoundValueParameter
export FixValueParameter

# Expressions
Expand Down

0 comments on commit fdfc270

Please sign in to comment.