Skip to content

Concrete cartesian product of zonotopes in standard form #2739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mforets opened this issue Jun 12, 2021 · 1 comment · May be fixed by #3837
Open

Concrete cartesian product of zonotopes in standard form #2739

mforets opened this issue Jun 12, 2021 · 1 comment · May be fixed by #3837
Labels
feature ➕ A new feature

Comments

@mforets
Copy link
Member

mforets commented Jun 12, 2021

If Z is an n-dimensional zonotope of order 2, we say that it is in standard form if its generators matrix is G = [M D] with M and D n x n matrices and D diagonal.

Create a function cartesian_product_standard(X::Vector{Zonotope}) that returns the n-fold cartesian product in standard form, assuming all the zonotopes in X are in standard form. Bonus points if it can handle zonotopes (X[i]) of different dimensions.

@schillic
Copy link
Member

Other possibilities, ordered by effort:

  • Add a new argument normal_form::Bool (or even normal_form::FullDiagonal if we want to add more normal forms later) to cartesian_product.
  • Add a dispatch on Zonotopes whose generator matrix is given by a certain type (a block matrix [M D] where D is a Diagonal) to cartesian_product.
  • Add a new set type ZonotopeMD <: AbstractZonotope which behaves like Zonotope but preserves the normal form.

@schillic schillic added the feature ➕ A new feature label Jun 12, 2021
@schillic schillic changed the title Concrete cartesian product in standard form Concrete cartesian product of zonotopes in standard form Jun 14, 2021
alecarraro added a commit to alecarraro/LazySets.jl that referenced this issue Apr 16, 2025
alecarraro added a commit to alecarraro/LazySets.jl that referenced this issue Apr 16, 2025
alecarraro added a commit to alecarraro/LazySets.jl that referenced this issue Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ➕ A new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants