Skip to content

Commit

Permalink
Add default load shedding to avoid feasibility issues when no generat…
Browse files Browse the repository at this point in the history
…ors are installed
  • Loading branch information
davide-f committed Jan 19, 2022
1 parent aef573c commit 4332339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ costs:
solving:
options:
formulation: kirchhoff
load_shedding: false
load_shedding: true
noisy_costs: true
min_iterations: 4
max_iterations: 6
Expand Down
2 changes: 1 addition & 1 deletion config.tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ costs:
solving:
options:
formulation: kirchhoff
load_shedding: false
load_shedding: true
noisy_costs: true
min_iterations: 4
max_iterations: 6
Expand Down
2 changes: 1 addition & 1 deletion test/config.test1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ costs:
solving:
options:
formulation: kirchhoff
load_shedding: false
load_shedding: true
noisy_costs: true
min_iterations: 4
max_iterations: 6
Expand Down

0 comments on commit 4332339

Please sign in to comment.