Back

Voxas (1056)

Instruction:
Divide the grid into rectangular-shaped regions along the grid lines. Every region must have a height of 1 cell ("horizontal") or a width of 1 cell ("vertical"), and the other dimension must be 2 ("short") or 3 ("long"). Some region boundaries are given to you. Additionally, some region boundaries are marked with a dot. A white dot (with an "=" symbol) must touch two regions with identical height and width. A black dot (with an "X" symbol) must touch a horizonal region and a vertical region; it must also touch a short region and a long region. A gray dot (with no symbol) means that that boundary cannot be marked with a white dot nor a black dot.

Reference: WPF (1)

Examples:
WPF Puzzle GP 2022 - Round 4 (184)
WPF Puzzle GP 2022 - Round 6 (186)