-
```julia
using ReachabilityAnalysis, Plots, LazySets
@taylorize function benchmark7!(du, u, p, t)
local two = 2.0+zero(u[1])
du[1] = u[3]^3 - u[2] + u[4]
du[2] = u[3]
du[3] = t…
-
The current status is shown below. The flowpipe is plotted one every 500 reach-sets because there are so many reach-sets (millions). The plot can be impoved if we adapt the partition taking sets close…
-
**_Feature request_**
A typesafe version of flow
**Is your feature request related to a problem? Please describe.**
Typescript has an issue with `flow` in multi-step functions because yield r…
-
In https://github.com/JuliaReach/Reachability.jl/pull/537 we added the `TMJets` continuous post, that relies on functionality from TaylorSeries, TaylorIntegration and TaylorModels.
For further deve…
-
A simple SEIR model was shared [on discourse](https://discourse.julialang.org/t/an-interactive-notebook-for-a-simple-seir-model/39847); in the notebook linked there's also a beautiful interactive plot…
-
Following the [forum thread](https://community.openhab.org/t/material-design-icons/26259), I'm proposing an icon set that uses [material design icons](https://materialdesignicons.com). Depending on th…
-
useful references:
- https://julialang.org/blog/2019/07/multithreading/
-
I have an idea for an API simplification. I know little about other people's use case, but for me, it makes a lot of sense to name plugs based of whatever semantic information flows through them ("fea…
-
Add `overapproximate(::ConvexHullArray{N, ZT}, Zonotope) where {N, ZT
-
Reported by @dfcaporale.