Demos¶
The demos sub-package provides drivers that showcase the corresponding solvers in the root package. These drivers are used to illustrate the various tutorials.
Each puzzle type has one or more demos associated with it:
elimination Demo¶
This is a demo of the puzzle_solvers.elimination module. It is
documented in detail in the corresponding Tutorial
section.
elimination_zebra Demo¶
This is an additional demo of the puzzle_solvers.elimination
module. It showcases a solution to the original zebra-puzzle, mentioned
in the API reference.