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

Box underapproximation #1417

Open
schillic opened this issue Jun 3, 2019 · 0 comments
Open

Box underapproximation #1417

schillic opened this issue Jun 3, 2019 · 0 comments
Labels
meta 🔍 Meta discussion or collection of several issues

Comments

@schillic
Copy link
Member

schillic commented Jun 3, 2019

Inside connected union of boxes

Finding a largest rectangle inside a digital object and rectangularization

Inside convex polytopes

Largest Inscribed Rectangles in Geometric Convex Sets

  • Underapproximation of polygon with box #3011: axis-aligned box with largest area inside a 2D polygon
    The method and paper have room for future extensions:
    • non-polytopic constraints (ellipsiodal constraints also work)
    • 1D case (trivial, does not require a solver)
    • alternative optimization objective (here: the area), e.g., the perimeter (requires only a linear program instead)
    • higher dimensions
    • non-axis-aligned rectangles

Inner and outer approximations of polytopes using boxes

On the computation of invariant sets for constrained nonlinear systems: An interval arithmetic approach

Computing the largest orthogonal rectangle in a convex polygon

Inside nonconvex polygons

Finding the Maximum Area Axis-Parallel Rectangle in a Polygon

Finding the Axis Aligned Largest Interior Rectangle in a simple polygon

Approximation and randomized algorithms

Largest inscribed rectangles in convex polygons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta 🔍 Meta discussion or collection of several issues
Projects
None yet
Development

No branches or pull requests

1 participant