ReachabilityAnalysis.jl icon indicating copy to clipboard operation
ReachabilityAnalysis.jl copied to clipboard

Computing reachable states of dynamical systems in Julia

Results 142 ReachabilityAnalysis.jl issues
Sort by recently updated
recently updated
newest added

from [zulip](https://julialang.zulipchat.com/#narrow/stream/278609-juliareach), ```julia p = @ivp(x' = Interval(0.,0.)+Interval(-11.,-2.)*x, x(0) ∈ Interval(1, 2)) sol = solve(p, T=5) ERROR: MethodError: no method matching one(::Type{Interval{Float64}}) ```

Hi all, thanks for all the help With the previous L96 model (happy to share, omitted for brevity), I expanded the dimension to 40 and the analysis was able to...

Seems like we have to adapt to the new interface. See #739.

**Describe the bug** I am trying to solve the reachable sets for an N-dimensional L96 model but unfortunately the TMJets algorithms causes the REPL to exit abruptly or the evaluations...

bug

Passing `tspan=(1., 0.)` to `solve` should throw an error instead of computing a normal-looking but invalid result. EDIT: According to [the documentation](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/man/backwards/), this is actually allowed. But I think at...

bug

https://github.com/JuliaReach/ReachabilityAnalysis.jl/blob/master/src/Flowpipes/setops.jl#L464

Methods in https://github.com/JuliaReach/ReachabilityAnalysis.jl/blob/master/src/Flowpipes/arrayops.jl might be refactored to https://github.com/JuliaReach/ReachabilityBase.jl/blob/master/src/Arrays/SingleEntryVector.jl