Power Gradient Constraints #1218
Labels
feature
New feature or request
good first issue
Good for newcomers
intertemporality
Encompasses the use of multi-time-steps optimization and intertemporal constraints
Milestone
Describe the current behavior
No response
Describe the expected behavior
As introduced in #1208 (in this comment), the intertemporal RAO will require Power Gradient Constraints (PGCs).
Implement the
PowerGradientConstraint
class inintertemporal-rao
.Describe the motivation
No response
Extra Information
After some discussions, we concluded that there this no need, at first, to have a start and end validity dates for the constraints (though they may be required for other types of intertemporal constraints). Thus, the
PowerGradientConstraint
shall only have 3 attributes: the network element, the gradient value and the variation direction.Besides, it could be worth to isolate the
VariationDirection
enum out of theRangeAction
i,nterface in a standalone file incrac-api
.The text was updated successfully, but these errors were encountered: