DynamicProgramming.jl icon indicating copy to clipboard operation
DynamicProgramming.jl copied to clipboard

Presolve callback and fix parallel

Open conema opened this issue 3 years ago • 0 comments

Hi, The parallel execution was still not ported to the new version of Julia, now it should work. I also added a callback that is called before each stage, which can be useful when you have some easy way to get, for example, the optimal action. I also added an example that uses it.

conema avatar Jul 27 '22 13:07 conema