Rules

The goal of Seating Optimization is to maximize the number of attendees in seated venues while obeying COVID-19 social distancing rules. Here, you are deciding which seats to sell and which seats to leave empty.

The dimensions of the seats are given in centimeters. The safety distance is measured nose-to-nose, marked with a blue circle.

You can sell tickets to groups of people up to 4. Groups should sit next to each other in the same row. Groups of people cannot be at closer proximity than the given safety radius. The safety radius is visible when you point to a seat.

After you submit your solution, it will be compared to the optimized solution.

If you would like to learn more about venue optimization, read our take on LinkedIn.
Optimization
Seat Dimensions (cm)
{{ parameters.seat_width }}W × {{ parameters.seat_depth }}D
Safety Radius (cm)
{{ parameters.safety_radius }}
Time
{{ millisecondsToTime(timer) }}
Selected Seats
{{ currentSelectedSeats }}
Utilization
{{ utilization }}
Score
Level 1
Level 1
Seats:
{{ userSolutionStatus[1]['text'] }}
Time:
{{ userSolutionStatus[1]['time'] }}
Level 2
Level 2
Seats:
{{ userSolutionStatus[2]['text'] }}
Time:
{{ userSolutionStatus[2]['time'] }}
Level 3
Level 3
Seats:
{{ userSolutionStatus[3]['text'] }}
Time:
{{ userSolutionStatus[3]['time'] }}
Total
Total
Seats:
{{ userSolutionStatus['total']['text'] }}
Time:
{{ userSolutionStatus['total']['time'] }}
Your Solution
Seats {{ selectedSeatsStr }}
Utilization {{ utilization }}
Total Time {{ millisecondsToTime(timer) }}
Social Distancing {{ user_rule_satisfied ? 'Passed' : 'Failed' }}
Group Size Limit {{ group_rule_satisfied ? 'Passed' : 'Failed' }}
Optimized Solution
Seats {{ solutionSeats }}
Utilization {{ solutionUtilization }}
Total Time 00:0{{levelTime}}
Social Distancing Passed
Group Size Limit Passed
Available Seat
Empty Seat
Invalid Seat