JuliaReach / Reachability.jl

Reachability and Safety of Nondeterministic Dynamical Systems
MIT License
50 stars 4 forks source link

Type parameter in waiting list #629

Open mforets opened 5 years ago

mforets commented 5 years ago

Proposal: make a small wrapper struct for the waiting list and let the set type be a parameter. This has the benefit of making the waiting list (and Rsets!) concretely typed too.

We can assume, as an initial simplification, that the same set type is used on the flowpipe (moreover, inhomogeneous options in the continuous modes are not supported yet).