-
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.
- Add dome no_discard - Use unsigned where it make sense - Avoid implicit cast and use static_cast when possible - Solver factory initialize all solvers (previously missing for xpress)
- Loading branch information
1 parent
1b25937
commit 6160c8f
Showing
355 changed files
with
366,994 additions
and
173 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[.shellclassinfo] | ||
iconfile = settings/resources/study.ico | ||
iconindex = 0 | ||
infotip = Antares Study8.0: ExpansionTest1 |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/area1/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/area1/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 = -50 | ||
y = -1 | ||
color_r = 0 | ||
color_g = 128 | ||
color_b = 255 | ||
layers = 0 | ||
[layerX] | ||
0 = -50 | ||
|
||
[layerY] | ||
0 = -1 | ||
|
||
[layerColor] | ||
0 = 0 , 128 , 255 |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/area2/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/area2/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 = 112 | ||
y = -1 | ||
color_r = 0 | ||
color_g = 128 | ||
color_b = 255 | ||
layers = 0 | ||
[layerX] | ||
0 = 112 | ||
|
||
[layerY] | ||
0 = -1 | ||
|
||
[layerColor] | ||
0 = 0 , 128 , 255 |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/flex/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/flex/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 = 203 | ||
y = -92 | ||
color_r = 0 | ||
color_g = 0 | ||
color_b = 0 | ||
layers = 0 | ||
[layerX] | ||
0 = 203 | ||
|
||
[layerY] | ||
0 = -92 | ||
|
||
[layerColor] | ||
0 = 0 , 0 , 0 |
8 changes: 8 additions & 0 deletions
8
data_test/tests_lpnamer/SmallTestFiveCandidates/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,8 @@ | ||
Store_in | ||
area1 | ||
area2 | ||
flex | ||
peak | ||
pv | ||
semibase | ||
store_out |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/peak/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/peak/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 = -153 | ||
y = -1 | ||
color_r = 0 | ||
color_g = 0 | ||
color_b = 0 | ||
layers = 0 | ||
[layerX] | ||
0 = -153 | ||
|
||
[layerY] | ||
0 = -1 | ||
|
||
[layerColor] | ||
0 = 0 , 0 , 0 |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/pv/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/pv/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 = 230 | ||
y = -3 | ||
color_r = 0 | ||
color_g = 0 | ||
color_b = 0 | ||
layers = 0 | ||
[layerX] | ||
0 = 230 | ||
|
||
[layerY] | ||
0 = -3 | ||
|
||
[layerColor] | ||
0 = 0 , 0 , 0 |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/semibase/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/semibase/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 = -112 | ||
y = 54 | ||
color_r = 0 | ||
color_g = 0 | ||
color_b = 0 | ||
layers = 0 | ||
[layerX] | ||
0 = -112 | ||
|
||
[layerY] | ||
0 = 54 | ||
|
||
[layerColor] | ||
0 = 0 , 0 , 0 |
6 changes: 6 additions & 0 deletions
6
data_test/tests_lpnamer/SmallTestFiveCandidates/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 | ||
|
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/store_in/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/store_in/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 = 339 | ||
y = -125 | ||
color_r = 192 | ||
color_g = 192 | ||
color_b = 192 | ||
layers = 0 | ||
[layerX] | ||
0 = 339 | ||
|
||
[layerY] | ||
0 = -125 | ||
|
||
[layerColor] | ||
0 = 192 , 192 , 192 |
11 changes: 11 additions & 0 deletions
11
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/store_out/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 = weekly, annual | ||
filter-year-by-year = weekly, annual | ||
|
15 changes: 15 additions & 0 deletions
15
data_test/tests_lpnamer/SmallTestFiveCandidates/input/areas/store_out/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 = 233 | ||
y = -185 | ||
color_r = 192 | ||
color_g = 192 | ||
color_b = 192 | ||
layers = 0 | ||
[layerX] | ||
0 = 233 | ||
|
||
[layerY] | ||
0 = -185 | ||
|
||
[layerColor] | ||
0 = 192 , 192 , 192 |
9 changes: 9 additions & 0 deletions
9
...est/tests_lpnamer/SmallTestFiveCandidates/input/bindingconstraints/bindingconstraints.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,9 @@ | ||
[0] | ||
name = Storing_balance | ||
id = storing_balance | ||
enabled = true | ||
type = daily | ||
operator = equal | ||
flex%store_in = 0.800000 | ||
flex%store_out = 1.000000 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/area1.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]] | ||
area1 = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/area2.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]] | ||
area2 = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/flex.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]] | ||
flex = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/peak.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]] | ||
peak = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/pv.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]] | ||
pv = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/semibase.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]] | ||
semibase = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/store_in.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]] | ||
store_in = 1 | ||
|
3 changes: 3 additions & 0 deletions
3
data_test/tests_lpnamer/SmallTestFiveCandidates/input/hydro/allocation/store_out.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]] | ||
store_out = 1 | ||
|
2 changes: 2 additions & 0 deletions
2
...s_lpnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_area1.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
...s_lpnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_area2.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
...ts_lpnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_flex.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
...ts_lpnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_peak.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
...ests_lpnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_pv.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
...pnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_semibase.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
...pnamer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_store_in.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
...namer/SmallTestFiveCandidates/input/hydro/common/capacity/creditmodulations_store_out.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.