A brute-force solver for problems about truth tellers (knights) and liars (knaves)
-
Updated
Jun 16, 2021 - Python
A brute-force solver for problems about truth tellers (knights) and liars (knaves)
A liar puzzle game in the world of werewolves
Program that solves Raymond Smullyan's “Knights and Knaves” logic puzzles. It uses logical inference rules and the puzzle's conditions as a knowledge base.
A Python program that solves Knights and Knaves logic puzzles using propositional logic and model-checking algorithms. Determine the truthfulness of characters based on their statements to solve these classic logic puzzles.
Solving "Knights and Knaves" puzzles through knowledge-based reasoning.
A knowledge-based system solving Knights and Knaves puzzles using propositional logic and model checking to demonstrate AI concepts like symbolic reasoning and knowledge representation.
Add a description, image, and links to the knights-and-knaves topic page so that developers can more easily learn about it.
To associate your repository with the knights-and-knaves topic, visit your repo's landing page and select "manage topics."