-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take in account RA Usage Limits in 2P Global Opt #1088
Comments
After some investigations, I think that this issue can be solved by adding some additional variables and constraints to the MIP if we are running the RAO in 2P Global Opt mode. The preventive RA usage limits can be kept for the 2P search tree and preventive range actions. However, the curative RA usage limits must be passed as MIP data because all curative range actions are optimized at the same time. Below is a summary of the changes one could make to take in account curative RA usage limits.
In the following we will only consider curative states. Finally, as a reminder, RA usage limits are cumulative among instants of the same kind (e.g. among curative instants). Preliminary notationsLet
Besides, for a given curative state
Finally, Maximum number of remedial actionsLet In 2P Global Opt, we are optimizing all curative states at the same time which means that states associated to different contingencies are being considered in the same MIP model so the Thus, for each state To account for the cumulative behavior of this RA usage limit among the curative instants, we need to add the following constraints to the MIP: Maximum number of remedial actions per TSOSimilarly to the previous section, we introduce for all state Maximum number of PST per TSOWe introduce for all state Maximum number of elementary actions per TSOWe introduce for all state Maximum number of TSOsWe introduce for all state We already have the variables that indicate if a TSO And we can finally add the RA usage limit constraints: |
update : still needed for all listed RA Usage limits |
Describe the current behavior
When running a second preventive RAO, RA usage limits are not considered (at least for curative instants).
Describe the expected behavior
Take in account all RA usage limits in 2P GO.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered: