Constraint Lab
Pick any subset of clues — the secured backend counts how many of the 24,883,200,000 arrangements still satisfy them. “There are five houses.” is always on.
Clues
Combinations remaining
…
Request & response
Column legend — each column A1…E5 is one property; its value is
the house sequence (1–5) that property occupies.
A Nationality
A1 Englishman · A2 Spaniard · A3 Ukrainian · A4 Norwegian · A5 Japanese
B Color
B1 Red · B2 Green · B3 Ivory · B4 Yellow · B5 Blue
C Drink
C1 Coffee · C2 Tea · C3 Milk · C4 Orange juice · C5 Water
D Smoke
D1 Old Gold · D2 Kools · D3 Chesterfields · D4 Lucky Strike · D5 Parliaments
E Pet
E1 Dog · E2 Snails · E3 Fox · E4 Horse · E5 Zebra
The browser posts the selected clue indices to the FE proxy; the FE forwards them
to the secured BE, which builds the SQL (server-side) and returns the count. The
browser never sends SQL. The BE works in A1…E5 house numbers — labels
are derived from the legend.
Request — logic the BE evaluated
Response — JSON (BE → FE proxy → browser)