JuliaReach / Reachability.jl

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

Scheduling of flowpipes #708

Open schillic opened 4 years ago

schillic commented 4 years ago

Currently for hybrid systems we have a waiting list of flowpipes to analyze and just pop the next element.

https://github.com/JuliaReach/Reachability.jl/blob/870a0c4f431fa6d59627c6530ccd80184e5615bd/src/solve.jl#L153

Generally we should allow more control here by letting a scheduler decide which flowpipe to analyze next.

This enables (guided or unguided) search for violations as well as establishing bounded safety in incremental stages. Note that the order actually affects the total runtime: a flowpipe that covers a large part of the state space can make other flowpipes redundant. Possible strategies are: