JuliaReach / Reachability.jl

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

Simplify overapproximation option in BFFPSV18 #628

Closed mforets closed 5 years ago

mforets commented 5 years ago

get_overapproximation_option in the discrete post is there to make the transformation from template directions symbols (alias) to arguments that are accepted by LazySets overapproximate. In https://github.com/JuliaReach/LazySets.jl/issues/1329 it is proposed to move that part directly to LazySets. Then get_overapproximation_option can be dropped with the advantage that future updates in LazySets overapproximate are available.

In the meantime, PR https://github.com/JuliaReach/Reachability.jl/pull/627 allows to use template dirs in the discrete post by adding more checks.

schillic commented 5 years ago

In #633 I remove these symbols for simplicity.