rte-i / Antares_Simulator

Antares-Simulator is an Open Source power system simulator to quantify the adequacy or the economic performance of interconnected energy systems, at short or remote time horizons.
https://antares-simulator.org
Other
1 stars 0 forks source link

try to fix flow related #40

Closed rtei-pw closed 2 years ago

rtei-pw commented 2 years ago

try to fix flow related

Milos-RTEi commented 2 years ago

Small help for one todo I saw. // if (TransportCost->IntercoGereeAvecDesCouts == OUI_ANTARES) //CSR todo ??? how can it be true? a test case ? It's TRUE if "Use Hurdle cost" is activated and FALSE if "Ignore hurdle cost" is activated. Option is set per each link separately. Screenshot from 2022-04-27 12-24-28 Screenshot from 2022-04-27 12-24-20

Milos-RTEi commented 2 years ago

// if (TransportCost->IntercoGereeAvecLoopFlow == OUI_ANTARES) is also defined per each link and is 3 buttons on right side from the "IntercoGereeAvecDesCouts " option. It is FALSE if "Ignore loop flows" is chosen. When some Binding constraints are added it can be set to "Use loop flows".