mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 00:08:52 -06:00
Update docs
This commit is contained in:
@@ -31,7 +31,6 @@ function make()
|
||||
"guides/problem.md",
|
||||
"guides/format.md",
|
||||
"guides/instances.md",
|
||||
"guides/model.md",
|
||||
],
|
||||
"api.md",
|
||||
],
|
||||
|
||||
@@ -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"]
|
||||
Reference in New Issue
Block a user