Oscar Dowson
Oscar Dowson
@ccoffrin I might take a look at how we could restructure this repo as part of the HPC stuff. @gdalle I don't necessarily think that we should register this as...
Here's my thoughts: * I like the simple scripts. There's nothing wrong with a bit of copy-paste * We don't gain much by making this into a package if it's...
> Any ideas on how to get out of the local optimal? Nope. > Is there any way to use different duality_handlers depending on the bound stalling? Nope. We'd need...
> iterations with the same bound it changes for the next arm Oh that's a good idea
I'm going to bed, but I sent you and invite to join as a collaborator. It should give you write access to edit my existing PR.
Does #779 close this issue?
There's https://github.com/noahrhodes/PGLib.jl ```julia import PGLib filter(endswith(".m"), readdir(PGLib.PGLib_opf; join = true)) ``` cc @noahrhodes
StochasticPrograms.jl requires an exact dependency of MathOptInterface: https://github.com/martinbiel/StochasticPrograms.jl/blob/ba8f82c6bd382339160d2e8d21150aaa53d1c17d/Project.toml#L30 This prevents it from installing the latest versions of CPLEX.jl (or Gurobi.jl https://github.com/martinbiel/StochasticPrograms.jl/issues/46). I don't think @martinbiel is very active anymore, so...
Can I ask why are you using Dualization.jl with Gurobi?
I assume you need `constraint_by_name(dual_model, "x[1]")` rather than `dual_model[:x[1]]`.