Zebra puzzles: Universal techniques to solve them all!

Invariance

Invariance is one of the advanced techniques. It requires the establishment of hypotheses. We choose empty cells (or cells containing Booleans) and successively set them to true and  false,  then observe the result. Let A and B be two empty boxes or boxes containing booleans. If, whatever the true or false state of A, B […]

Zebra puzzles: Glossary of Programming Instructions

The PLACE instruction

Places a true or false sign at the intersection of a row and a column. This is the basic instruction of zebra puzzles. Alice is third. Bob is wearing a yellow jersey. Fifth doesn’t drink apple juice. When a true sign is placed, the row and column of the intersection can be completed with false […]

Zebra puzzles: Glossary of Programming Instructions

The THRESHOLD instruction

The threshold instruction compares a subject to a value in an ordered series. It randomly sets a threshold in the series, beyond which values ​​are false. This is an easy instruction, recommended for simple zebra puzzles. To use it, at least one ordered series is required. The threshold instruction does not require the series to […]

Zebra puzzles: Glossary of Programming Instructions

The BEFORE instruction

Make a vague comparison between two items a and b sharing a common ordered series. This instruction is one of the few that cannot use Booleans; it requires a traditional resolution: returning to the statement several times. This is why this type of comparison is called vague. The common ordered series does not need to […]

Zebra puzzles: Glossary of Programming Instructions

The BIPLET instruction

Establishes a precise anteriority relationship between two items a and b, both using a series C containing an order relationship. The series C allows to indicate a constant distance d, which appears between a and b. To use it, you therefore need at least one ordered series. The series does not need to be regular. […]

Zebra puzzles: Glossary of Programming Instructions

The GAP instruction

Create a gap between two items a and b using a regular ordered series. To use it, you therefore need at least one regular ordered series. To make solving easier, Booleans are recommended. This is one of the most complex instructions in zebra puzzles. Ordered series: A series containing values ​​that are all increasing or […]

Zebra puzzles: Glossary of Programming Instructions

The ALTERNATIVE instruction

Creates an alternative regarding a given topic. The alternative can take place in a single grid or across two grids. When the alternative concerns a single grid, there is no need to use Booleans: false signs are sufficient. When it concerns several grids, Booleans must be used with the grid of alternatives. The alternatives translate […]

Zebra puzzles: Glossary of Programming Instructions

The SUM instruction

Performs a sum  s of the items chosen from two summable series A and B. If there are more than 2 summable series, they will be drawn randomly. The SUM instruction allows you to choose the subject heading. To use it, you therefore need at least two summable series. To facilitate resolution, Booleans are recommended. […]

Zebra puzzles: Glossary of Programming Instructions

The TOTAL instruction

Perform a sum  s of the items chosen from all summable series. At least two are required. The subject is chosen from the remaining non-summable series. The TOTAL instruction may require waiting until the boxes are more or less filled before using the Booleans. Indeed, it may not be usable from the beginning of the […]