Update docs

This commit is contained in:
2024-05-09 13:50:13 -05:00
parent b258647eb8
commit a2948810e7
14 changed files with 343 additions and 163 deletions

View File

@@ -213,6 +213,6 @@ UnitCommitment.optimize!(model)
solution = UnitCommitment.solution(model)
# The solution for each stage can be accessed through `solution[scenario_name]`. For conveniance, this includes both first- and second-stage optimal decisions:
# The solution for each scenario can be accessed through `solution[scenario_name]`. For conveniance, this includes both first- and second-stage optimal decisions:
solution["s1"]