-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ANT-1226] Cohérence des solver E2E (#964)
Ensure the same solver is used across all steps of Xpansion: - Use the solver described in user/expansion/settings for Antares Simulator - Use the solver described in user/expansion/settings for ProblemGeneration - No change to Benders Limitation: Solver is not passed to Antares Simulator in case of "in-memory" mode. --------- Co-authored-by: Abdoulbari Zakir <[email protected]> Co-authored-by: Peter Mitri <[email protected]>
- Loading branch information
1 parent
62b8903
commit 4252b91
Showing
203 changed files
with
210,027 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
data_test/examples/dummy-3areas-3candidates-3links/Desktop.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[.shellclassinfo] | ||
iconfile = settings/resources/study.ico | ||
iconindex = 0 | ||
infotip = Antares Study9.2: 3a-3l |
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area 2/adequacy_patch.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[adequacy-patch] | ||
adequacy-patch-mode = outside | ||
|
11 changes: 11 additions & 0 deletions
11
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area 2/optimization.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[nodal optimization] | ||
non-dispatchable-power = true | ||
dispatchable-hydro-power = true | ||
other-dispatchable-power = true | ||
spread-unsupplied-energy-cost = 0.000000 | ||
spread-spilled-energy-cost = 0.000000 | ||
|
||
[filtering] | ||
filter-synthesis = hourly, daily, weekly, monthly, annual | ||
filter-year-by-year = hourly, daily, weekly, monthly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area 2/ui.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ui] | ||
x = 652 | ||
y = -200 | ||
color_r = 230 | ||
color_g = 108 | ||
color_b = 44 | ||
layers = 0 | ||
[layerX] | ||
0 = 652 | ||
|
||
[layerY] | ||
0 = -200 | ||
|
||
[layerColor] | ||
0 = 223 , 136 , 72 |
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area 3/adequacy_patch.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[adequacy-patch] | ||
adequacy-patch-mode = outside | ||
|
11 changes: 11 additions & 0 deletions
11
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area 3/optimization.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[nodal optimization] | ||
non-dispatchable-power = true | ||
dispatchable-hydro-power = true | ||
other-dispatchable-power = true | ||
spread-unsupplied-energy-cost = 0.000000 | ||
spread-spilled-energy-cost = 0.000000 | ||
|
||
[filtering] | ||
filter-synthesis = hourly, daily, weekly, monthly, annual | ||
filter-year-by-year = hourly, daily, weekly, monthly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area 3/ui.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ui] | ||
x = 406 | ||
y = -204 | ||
color_r = 230 | ||
color_g = 108 | ||
color_b = 44 | ||
layers = 0 | ||
[layerX] | ||
0 = 406 | ||
|
||
[layerY] | ||
0 = -204 | ||
|
||
[layerColor] | ||
0 = 223 , 136 , 72 |
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area/adequacy_patch.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[adequacy-patch] | ||
adequacy-patch-mode = outside | ||
|
11 changes: 11 additions & 0 deletions
11
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area/optimization.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[nodal optimization] | ||
non-dispatchable-power = true | ||
dispatchable-hydro-power = true | ||
other-dispatchable-power = true | ||
spread-unsupplied-energy-cost = 0.000000 | ||
spread-spilled-energy-cost = 0.000000 | ||
|
||
[filtering] | ||
filter-synthesis = hourly, daily, weekly, monthly, annual | ||
filter-year-by-year = hourly, daily, weekly, monthly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/examples/dummy-3areas-3candidates-3links/input/areas/area/ui.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ui] | ||
x = 594 | ||
y = -143 | ||
color_r = 230 | ||
color_g = 108 | ||
color_b = 44 | ||
layers = 0 | ||
[layerX] | ||
0 = 594 | ||
|
||
[layerY] | ||
0 = -143 | ||
|
||
[layerColor] | ||
0 = 223 , 136 , 72 |
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/areas/list.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Area | ||
Area 2 | ||
Area 3 |
6 changes: 6 additions & 0 deletions
6
data_test/examples/dummy-3areas-3candidates-3links/input/areas/sets.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[all areas] | ||
caption = All areas | ||
comments = Spatial aggregates on all areas | ||
output = false | ||
apply-filter = add-all | ||
|
Empty file.
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/hydro/allocation/area 2.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[[allocation]] | ||
area 2 = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/hydro/allocation/area 3.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[[allocation]] | ||
area 3 = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/examples/dummy-3areas-3candidates-3links/input/hydro/allocation/area.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[[allocation]] | ||
area = 1 | ||
|
2 changes: 2 additions & 0 deletions
2
.../dummy-3areas-3candidates-3links/input/hydro/common/capacity/creditmodulations_area 2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | ||
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 |
2 changes: 2 additions & 0 deletions
2
.../dummy-3areas-3candidates-3links/input/hydro/common/capacity/creditmodulations_area 3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | ||
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 |
2 changes: 2 additions & 0 deletions
2
...es/dummy-3areas-3candidates-3links/input/hydro/common/capacity/creditmodulations_area.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | ||
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 |
Oops, something went wrong.