-
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
Multi TS skeleton #1209
Comments
For topological optimization, the strategy we wanted to use was to optimize all 24 timestamps in parallel to save as must computation time as possible and then to merge everything in a single linear problem to optimize range actions. This can be done without too much work. However, even if it will may not be part of the first POC, we have to keep in mind that there will possibly be constraints in terms of remedial action changes between two consecutive timestamps. In that case, if we want to keep the parallel topological optimization while respecting constraints, will have to constraint the number of applicable remedial actions at each time stamps. Let Then, we shall constraint the maximum number of topological actions applicable at Indeed, the worst case is that
That way, both constraints are respected, even though it might be highly sub-optimal. |
How to consider that a RA was activated between 2 consecutive TS in MIP ? Maybe use XOR-like variables to compute the number of changes: |
Describe the current behavior
No response
Describe the expected behavior
1st iteration: only preventive
1)N (number of timestamps) CASTOR with only preventive network actions
2) Output : N Rao Results
3) 1 Computation with N RaoInputs with only linear actions.
Describe the motivation
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered: