Module cell_occupancy

Source
Expand description

Contains CellOccupancyMatrix used to track occupied cells during grid placement

Structsยง

CellOccupancyMatrix ๐Ÿ”’
A dynamically sized matrix (2d grid) which tracks the occupancy of each grid cell during auto-placement It also keeps tabs on how many tracks there are and which tracks are implicit and which are explicit.

Enumsยง

CellOccupancyState ๐Ÿ”’
The occupancy state of a single grid cell