Oscar Dowson

Results 1421 comments of Oscar Dowson

The issue is that a bunch of other places may call `ConstraintFunction`, so it is not so simple

I don't think this is the right approach. Just write some other tests. You don't need general infrastructure.

Why not parameterise the cuts by :lb or :ub?

We already build libminizinc on Yggdrasil: https://github.com/JuliaPackaging/Yggdrasil/blob/master/M/MiniZinc/build_tarballs.jl But there is a cross compilation problem for Windows, and I don't have a machine to test or debug so I never made...

I think the solution to this is https://github.com/jump-dev/jump-dev.github.io/pull/171

> The non-convex Lagrangian cuts increase the complexity of the subproblems quite significantly Yeah. This is my conclusion: https://github.com/odow/SDDP.jl/issues/609#issuecomment-1541843164. I see Vattenfall on your LinkedIn, so here's something you might...

> Will you (or one of your co-authors) attend ICSP in July? I'm not. But I assume the PUC-Rio gang of Alexandre Street et al will be there. You should...

@tys12 > can you explain the function of each file in more detail? This is a pretty difficult request and not one you're likely to get an in-depth answer on....

@leoschleier here's something else you might be interested in: you can formulate the "should I do an iteration of Benders, strengthened Benders, or Lagrangian" as a multi-armed bandit problem. https://github.com/odow/SDDP.jl/blob/3de99e109ca47df4bb2f09f3cf55e7f54d9b08b6/src/plugins/duality_handlers.jl#L315-L419