Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing SDDP #182

Closed
yakyak462 opened this issue Mar 18, 2019 · 3 comments
Closed

Installing SDDP #182

yakyak462 opened this issue Mar 18, 2019 · 3 comments

Comments

@yakyak462
Copy link

yakyak462 commented Mar 18, 2019

When I try to install by typing ] add https://github.com/odow/SDDP.jl#merge_kokako
I get

  Updating git-repo `https://github.com/odow/SDDP.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 SDDP [f4570300] — no versions left
   └─SDDP [f4570300] log:
     ├─possible versions are: 0.0.0 or uninstalled
     └─SDDP [f4570300] is fixed to version 0.0.0

Running Pkg.installed() gives

julia> Pkg.installed()
Dict{String,Union{Nothing, VersionNumber}} with 6 entries:
  "GLPK"             => v"0.9.1"
  "Compat"           => v"1.5.1"
  "Clp"              => v"0.6.1"
  "MathOptFormat"    => v"0.0.0"
  "MathOptInterface" => v"0.8.4"
  "JuMP"             => v"0.19.0"

Edit(odow): formatting

@odow
Copy link
Owner

odow commented Mar 18, 2019

Hmm, I can reproduce this. I thought it should work because I have the Manifest.toml file checked in...

As a work-around, you can go

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

@yakyak462
Copy link
Author

Thanks! Seems to be working.

@odow
Copy link
Owner

odow commented Mar 18, 2019

Great! You can find the documentation for Kokako/SDDP.jl here: https://odow.github.io/Kokako.jl/latest/ You're one of the first people to try it out so let me know if anything is unclear.

Oscar

p.s. which institution are you at? What types of problems are you trying to solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants