You're reading the documentation for a development version. For the latest released version, please have a look at master.
queens_reasoner
Submodules
Functions
|
Run the complete Queens puzzle solving pipeline. |
Package Contents
- queens_reasoner.run(*args, **kwargs)[source]
Run the complete Queens puzzle solving pipeline.
This function:
Parses a Queens puzzle board from the target source.
Solves the puzzle using reasoner.
Prints the formatted solution to the terminal.
Positional and keyword arguments are forwarded directly to
parse_queens_game.- Parameters:
*args – Positional arguments passed to
parse_queens_game.**kwargs – Keyword arguments passed to
parse_queens_game.
- Returns:
None
- Return type:
None