Update docs; prepare for v0.4 release

This commit is contained in:
2024-05-21 10:33:51 -05:00
parent c638aaf4ec
commit afcf8cfabb
16 changed files with 330 additions and 224 deletions

View File

@@ -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=test $basedir/ph.jl`,
`$exe -n 2 $(Base.julia_cmd()) --project=. $basedir/ph.jl`,
)
end
end