Zebra puzzles: solving and designing

Solving a zebra puzzle with the editor

How to solve any zebra puzzle from a magazine? Use our solver ! The zebra puzzle editor on Actilud has two functions: solver designer Solver mode allows you to solve a puzzle taken from a magazine. This mode does not use the statements; it starts from the distribution of signs on the grid and calculates […]

Zebra puzzles: solving and designing

Creating an zebra puzzle from scratch

Let’s use the Actilud website’s zebra puzzle editor to create a puzzle in three steps. Have you ever tried to create a zebra puzzle yourself? It’s not easy, is it? There’s a lot of checking to be done! After all, it’s not enough just to write down different logical propositions. They must not contradict each […]

Zebra puzzles: solving and designing

Zebra puzzles: rotating the solutions

Solver 2.0 is more powerful than the previous version. New features include solution rotation, which allows for a better understanding of the reasoning behind the solution. Rotation of solutions Some players on Actilud use the step-by-step solver to learn how to solve zebra puzzles. It’s a very good idea. But it’s sometimes difficult to understand […]

Zebra puzzles: Universal techniques to solve them all!

Square

The square is one of the simple solving techniques that works within a grid. Finding them requires a keen eye! The principle Some false sign configurations can leave empty boxes on rows, boxes which must contain a true sign  : Look at the yellow boxes forming a square: there must be at least one true […]

Zebra puzzles: Universal techniques to solve them all!

Repercussion

Repercussion is one of the most powerful and simplest techniques to implement when a zebra puzzle has multiple grids. It starts with a true sign on a central grid and projects an entire row into another grid. The row can contain false signs, true signs, and even Booleans. True sign on a central grid The […]

Zebra puzzles: Universal techniques to solve them all!

Merging

Merging is the inverse of repercussion. The technique can find pivot cells that are false, and, in some cases with Booleans, true cells . Two rows can produce a false pivot cell if combining the two rows results in a false row. NB: You must have a good understanding of the repercussion technique before tackling […]

Zebra puzzles: Universal techniques to solve them all!

The alternatives

Alternatives are the starting point for many techniques. This section does not cover any specific technique, but explains the principle of the alternative, which will be reused in specific techniques. In a statement, alternatives are mutually exclusive propositions. Simple case: in a grid Alice wears a blue, red or green swimsuit. The expression  or corresponds […]

Zebra puzzles: Universal techniques to solve them all!

Boolean complement

This technique is quite obvious. It works from an alternative. If a row contains an alternative, i.e., false signs and Booleans, with no empty cells, then rows containing an empty cell with the same number of false signs and the same Booleans, except one, can be completed with the missing Boolean.

Zebra puzzles: Universal techniques to solve them all!

Simplification

This technique is used with two alternatives that differ by a single Boolean. Let x and y be two booleans . Let A be an alternative containing booleans (a,b,c…) and a boolean x . Let A’ be an alternative containing the booleans (a,b,c,…) identical to those of A, and the boolean y. In this case, […]

Zebra puzzles: Universal techniques to solve them all!

Consistency

This very simple rule concerns Booleans. When a row contains n identical booleans, then they are false. Indeed, if they were true, there would be n true signs in the row, which is not possible by definition. In our videos, when Booleans don’t have names, it’s the color that makes them different. Here, they are […]

Zebra puzzles: Universal techniques to solve them all!

Intersection of the terms of an alternative

Let an alternative be formed of n Booleans. Any cell located at the intersection of the n Booleans of the alternative is false. The technique is simple when applied to a single grid, which is what motivated the creation of this rule. When applied to different grids, the technique is a reprise of the merging […]

Zebra puzzles: Universal techniques to solve them all!

Exposure to alternatives

When a Boolean is exposed to all terms of an alternative to which it does not belong, then it is necessarily false. This technique is a special case of invariance; it is much easier to implement. It is used only on Booleans, whereas invariance also concerns empty cells. The technique is also a generalization of […]

Zebra puzzles: Universal techniques to solve them all!

Implication

Implication is one of the advanced techniques. It works with Booleans and requires the establishment of hypotheses. It produces a simplification of the number of Booleans. It is an extremely powerful instruction and is widely used in puzzles marked “often difficult.” The implication is not easy to understand. To help, we can translate it with […]