Skip to content
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

Convert polytope to intersection of zonotopes #1307

Open
mforets opened this issue Apr 26, 2019 · 1 comment
Open

Convert polytope to intersection of zonotopes #1307

mforets opened this issue Apr 26, 2019 · 1 comment
Labels
conversion 🔄 Conversion between types feature ➕ A new feature intersection

Comments

@mforets
Copy link
Member

mforets commented Apr 26, 2019

In [1] a method is proposed to convert (exactly) an arbitrary polytope to the intersection of zonotopes.

It would be interesting to add this method. One application is to make a convenient overapproximation of the nonlinear map of a polytope; note that

f(P) = f(Z1 ∩ Z1 ∩ ... ∩ Zk) ⊆ f(Z1) ∩ f(Z2) ∩ ... ∩ f(Zk)

and one can compute f over zonotopes using affine arithmetic.

[1] Wan, J., Sharma, S., & Sutton, R. (2018). Guaranteed state estimation for nonlinear discrete-time systems via indirectly implemented polytopic set computation. IEEE Transactions on Automatic Control, 63(12), 4317-4322. PDF.

[2] dit Sandretto, J. A., & Wan, J. (2018, September). Reachability analysis of nonlinear odes using polytopic based validated runge-kutta. In International Conference on Reachability Problems (pp. 1-14). Springer, Cham.

@schillic schillic added conversion 🔄 Conversion between types feature ➕ A new feature labels Apr 26, 2019
@IssueHuntBot
Copy link

@mforets has funded $10.00 to this issue.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conversion 🔄 Conversion between types feature ➕ A new feature intersection
Projects
None yet
Development

No branches or pull requests

3 participants