Installing SDDP.jl/Kokako

Trying to install Kokako GitHub - odow/Kokako.jl: The next generation in multistage stochastic optimization using Pkg.add('GitHub - odow/Kokako.jl: The next generation in multistage stochastic optimization" and getting the error

Cloning git-repo https://github.com/odow/Kokako.jl
Updating git-repo https://github.com/odow/Kokako.jl
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package MathOptFormat [54bc58d1]:
MathOptFormat [54bc58d1] log:
├─MathOptFormat [54bc58d1] has no known versions!
└─restricted to versions * by Kokako [f4570300] — no versions left
└─Kokako [f4570300] log:
├─possible versions are: 0.0.0 or uninstalled
└─Kokako [f4570300] is fixed to version 0.0.0

Ideas? New to Julia for the explicit purpose of using this package.

Hi @yakyak

I’m about to merge Kokako into SDDP.jl:

Try

] add https://github.com/odow/SDDP.jl#merge_kokako

Once the pull request is merged, you should just be able to run

] add https://github.com/odow/SDDP.jl

If it doesn’t work, please open an issue and we can discuss further: Sign in to GitHub · GitHub

1 Like