// // Created by maximilian on 16.04.22. // #include #include "geometry.h" #ifndef PROG_AREAS_HPP #define PROG_AREAS_HPP Unit get_area_union(std::vector rectangles); std::vector get_random_instance(unsigned num_rects, Coordinate range); #endif //PROG_AREAS_HPP