Beyond Manual Planning: Seating Allocation for Large Organizations
Anton Ipsen, Michael Cashmore, Kirsty Fielding, Nicolas Marchesotti, Parisa Zehtabi, Daniele Magazzeni, Manuela Veloso
TL;DR
This work addresses the challenge of seating large organizations with hierarchical structures by introducing HSAP, which seeks to seat closely related teams near one another on a floor plan. It advances distance estimation through a scalable PRM/RRT framework to capture traversable walking paths, and decomposes HSAP into SA subproblems solvable by IPSA, ICA, GSA, and LS, with a hierarchical extension via DF-HSA and Delayed Office Selection. The study shows IPSA generally yields the best average central-seat distances across multiple instance sizes, while ICA+LS offers favorable trade-offs between quality and time, and delaying office allocation improves alignment with leaf-team offices. Practically, the framework enables near-online reallocation of office space for large organizations, balancing distance-based objectives with hierarchical constraints and office-resource considerations.
Abstract
We introduce the Hierarchical Seating Allocation Problem (HSAP) which addresses the optimal assignment of hierarchically structured organizational teams to physical seating arrangements on a floor plan. This problem is driven by the necessity for large organizations with large hierarchies to ensure that teams with close hierarchical relationships are seated in proximity to one another, such as ensuring a research group occupies a contiguous area. Currently, this problem is managed manually leading to infrequent and suboptimal replanning efforts. To alleviate this manual process, we propose an end-to-end framework to solve the HSAP. A scalable approach to calculate the distance between any pair of seats using a probabilistic road map (PRM) and rapidly-exploring random trees (RRT) which is combined with heuristic search and dynamic programming approach to solve the HSAP using integer programming. We demonstrate our approach under different sized instances by evaluating the PRM framework and subsequent allocations both quantitatively and qualitatively.
