Proof of Concept algorithm for finding the largest inscribed rectangle
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-11 13:53:12 +03:00
polygons Add extract_polygons.py utility and polygon test cases 2026-05-10 15:55:49 +03:00
.gitignore Add .gitignore 2026-05-10 21:47:34 +03:00
extract_polygons.py Add extract_polygons.py utility and polygon test cases 2026-05-10 15:55:49 +03:00
lir.py Implement LIR algorithm 2026-05-10 21:47:44 +03:00
README.md Add README.md 2026-05-11 13:53:12 +03:00
show.py Create show.py utility for plotting polygons using matplotlib 2026-05-10 16:09:12 +03:00

Proof of concept LIR algorithm

This repository contains a proof of concept implementation for an algorithm that finds the largest inscribed rectangle in an arbitrary polygon. The implementation is based on a paper by Marzeh et al..