DynamicProgramming.jl
DynamicProgramming.jl copied to clipboard
Presolve callback and fix parallel
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.