JuliaReach / Reachability.jl

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

#668 - Replace inout_map by low-dimensional flowpipes #676

Closed schillic closed 4 years ago

schillic commented 4 years ago

Closes #668.

Summary:

Some of the benchmarks in https://github.com/JuliaReach/ReachabilityBenchmarks need to be updated (because we access some ReachSet fields explicitly :-1:).

mforets commented 4 years ago

a ReachSet must always be high dimensional).

i guess you mean full dimensional

mforets commented 4 years ago

There's also the related issue https://github.com/JuliaReach/Reachability.jl/issues/541 but we can do on a follow-up PR.

schillic commented 4 years ago

This changeset does not work with the way we implemented the hybrid algorithm. We need to discuss this.

schillic commented 4 years ago

The last commit solved it again. It is certainly a workaround but I think overall the state has improved :smiley: