-
```julia
using Test, InteractiveUtils
Z = rand(Zonotope, num_generators=40, dim=4);
order(Z)
@inferred reduce_order(Z, 5)
return type Zonotope{Float64,Array{Float64,1},SparseMatrixCSC{Float64…
-
A potential user of flowpipe pointed out the fact that we do not support loop type networks as described in the original Flow-Based Programming definition: http://www.jpaulmorrison.com/fbp/loop.htm
…
-
Let `F = (p(x₀, t), I)` be an n-dimensional TM flowpipe, `x₀ ∈ X₀`, `t ∈ [0, δ]`. Two ideas are outlined in [1] (we may split these into smaller issues):
- using a conservative linearization of the…
-
-
Since we now support [categories on group channel types](https://github.com/eclipse/smarthome/pull/3629) and also [categories for thing types](https://github.com/eclipse/smarthome/pull/3510) in additi…
-
- [x] Convert a Graph grid to a Celery network of chained groups. This is not the most effective way, but it will be good enough for now. Later on, a better serialization than a grid can be implemente…
-
**Is your feature request related to a problem? Please describe.**
In our library we have to call a specific subgraph quite frequently (for example 100+ times). Currently you either the following opt…
-
-
**Is your feature request related to a problem? Please describe.**
When a node's `compute` method raises an exception, there's no neat way of handling that within flowpipe.
**Describe the solution…
-
Internally, we create the option `:output_function`. It can either be `nothing` or a matrix, say, `A`. In the latter case, before we store the reachset `X`, we apply a box approximation to the set `A …