mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Minor fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Benchmark instances
|
||||
|
||||
UnitCommitment.jl provides a large collection of benchmark instances collected from the literature and converted to a [common data format](../guides/format.md). In some cases, as indicated below, the original instances have been extended, with realistic parameters, using data-driven methods. If you use these instances in your research, we request that you cite UnitCommitment.jl, as well as the original sources, as listed below. Benchmark instances can be loaded with `UnitCommitment.read_benchmark(name)`, as explained in the [tutorials](../tutorials/usage.md). Instance files can also be [directly downloaded from our website](https://axavier.org/UnitCommitment.jl/0.3/instances/).
|
||||
UnitCommitment.jl provides a large collection of benchmark instances collected from the literature and converted to a [common data format](../guides/format.md). In some cases, as indicated below, the original instances have been extended, with realistic parameters, using data-driven methods. If you use these instances in your research, we request that you cite UnitCommitment.jl, as well as the original sources, as listed below. Benchmark instances can be loaded with `UnitCommitment.read_benchmark(name)`, as explained in the [tutorials](../tutorials/usage.md). Instance files can also be [directly downloaded from our website](https://axavier.org/UnitCommitment.jl/0.4/instances/).
|
||||
|
||||
!!! warning
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ function solution_methods_ProgressiveHedging_usage_test()
|
||||
@testset "ProgressiveHedging" begin
|
||||
mpiexec() do exe
|
||||
return run(
|
||||
`$exe -n 2 $(Base.julia_cmd()) --project=. $basedir/ph.jl`,
|
||||
`$exe -n 2 $(Base.julia_cmd()) --project=test $basedir/ph.jl`,
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user