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

Discrete state variables

Open odow opened this issue 6 years ago • 0 comments

These would be nice to have.

@states(sp, begin
    x in 0:10
    y in [:a, :b, :c]
end)

odow avatar Apr 08 '18 04:04 odow