I have this problem:
Given a finite set of rectangles R, and a rectangle P, show that the problem of fitting R's rectangles inside P so that no two rectangles of R overlap and all their sides are parallel to P's respective sides, is NP-complete.
I have proved that it belongs to NP using the verifier method, but I'm struggling to reduce to SAT to show that it is NP-hard as well