JuliaReach/Reachability.jl

LazyDiscretePost requires Polyhedra package

schillic opened this issue · 2 comments

(reported by @mforets)

# intersect with target invariant
A⌜R⋂G⌟⋂I = Intersection(target_invariant, A⌜R⋂G⌟)
if isempty(A⌜R⋂G⌟⋂I) ## << requires polyhedra ..... why?
    continue
end

The problem is the application of a non-invertible linear map (thanks @mforets for investigating).

I suggest we add an option to overapproximate the set whenever the matrix is not invertible (and this option should be the default).