Open
Description
Describe the current behavior
When using AIC outerloop, a LF can be succesful, but slack mismatch at the end can be more than the selected threshold if this one is low.
Describe the expected behavior
Slack bus mismatch should be below the threshold if the loadflow is sucessful.
Describe the steps
Example :
add network.getLine("l23_A1").setX(0);
after creating the network in AreaInterchangeControlTest#twoAreasWithUnpairedDanglingLine
Environment
No response
Relevant Log Output
No response
Extra Information
No response