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

There are some errors when using `Threads.@threads` to slove `@ivp`. The specific codes in `test.jl` (adopted from [page](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/generated_examples/SEIR/)) and errors are as follows, ``` using ReachabilityAnalysis, Plots @taylorize function seir2!(du,u,p,t)...

``` Warning: To maintain consistency with solution indexing, keyword argument vars will be removed in a future version. Please use keyword argument idxs instead. ```

external

Requires to fix #788, #789, and #790.

See the failing Aqua test.

See the failing Aqua test.

See the failing Aqua test.

Closes #634. ~~This requires a new release of `ReachabilityBase`.~~

It clashes with a `LazySets` function and has a different meaning.

They are no longer generated ( https://github.com/JuliaReach/ReachabilityAnalysis.jl/pull/774/files ) this task is about an easy way to generate them again locally.