Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 416 Bytes

Given a set of possibly overlapping rectangles, split_rectangles returns a new set of rectangles guaranteed to not overlap.

Compiling

Install catch2 and boost through vcpkg, then run:

$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=<vcpkg-dir>/scripts/buildsystems/vcpkg.cmake ..