DynamicProgramming.jl
DynamicProgramming.jl copied to clipboard
Discrete state variables
These would be nice to have.
@states(sp, begin
x in 0:10
y in [:a, :b, :c]
end)