Skip to content

Commit c2b64ec

Browse files
committed
[UPD] Rescope PR #142
1 parent 50df516 commit c2b64ec

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ It is built upon [JuMP]
2828
- Linear dynamics
2929
- Linear or convex piecewise linear cost
3030

31-
Extension to non-linear formulation are under development.
31+
Extension to non-linear formulation are under development.
3232
Extension to more complex alea dependance are under developpment.
3333

3434
## Why Extensive formulation ?
3535

3636
An extensive formulation approach consists in representing the stochastic problem as a deterministic
37-
one with more variable and call a standard deterministic solver. Mainly usable in a linear
37+
one with more variable and call a standard deterministic solver. Mainly usable in a linear
3838
setting. Computational complexity is exponential in the number of stages.
3939

4040
## Why Stochastic Dynamic Programming ?
@@ -54,10 +54,15 @@ control strategies.
5454

5555

5656
## Installation
57-
Installing StochDynamicProgramming is an easy process. Open Julia and enter
57+
Installing StochDynamicProgramming is an easy process.
58+
Currently, the package depends upon `CutPruners.jl`, which is not
59+
yet registered in Julia's METADATA. To install the package,
60+
open Julia and enter
5861

5962
```julia
6063
julia> Pkg.update()
64+
julia> Pkg.clone("https://github.com/JuliaPolyhedra/CutPruners.jl")
65+
julia> Pkg.clone("https://github.com/blegat/StochasticDualDynamicProgramming.jl")
6166
julia> Pkg.add("StochDynamicProgramming")
6267

6368
```

0 commit comments

Comments
 (0)