translator module
- exception translator.AnswerAssertionError[source]
Bases:
PuzzleGenerationError
Raised when answer assertion validation fails
- exception translator.NoSolutionError[source]
Bases:
PuzzleGenerationError
Raised when Z3 solver cannot find any solution to the constraints
- exception translator.PuzzleGenerationError[source]
Bases:
Exception
Base exception for puzzle generation errors
- exception translator.RandomGenerationError[source]
Bases:
PuzzleGenerationError
Raised when random number/option generation fails after multiple attempts
- exception translator.TooManySolutionsError[source]
Bases:
PuzzleGenerationError
Raised when the number of solutions exceeds the maximum allowed