[][src]Module dancing_links::latin_square

A Latin square is a n × n array filled with n different symbols, each occurring exactly once in each row and exactly once in each column.

Structs

LatinSquare

Instance of a Latin square puzzle.

Possibility

A position and value for a box inside of a Latin square puzzle.

Enums

Constraint

A condition which must be satisfied in order to solve a Latin square puzzle.