.. _sphx_glr_auto_examples_sudoku: NEST Sudoku =========== A PyNEST implementation of Sudoku as a constraint satisfaction problem. You can run the solver using ``sudoku_solver.py``. It will display the solution in the end. To visualize the solution process, you can afterwards run ``plot_progress.py``; this requires the ``imageio`` package. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/sudoku/images/thumb/sphx_glr_sudoku_solver_thumb.png :alt: :ref:`sphx_glr_auto_examples_sudoku_sudoku_solver.py` .. raw:: html
Script controlling the simulation of a single game of Sudoku
.. raw:: html
.. only:: html .. image:: /auto_examples/sudoku/images/thumb/sphx_glr_plot_progress_thumb.png :alt: :ref:`sphx_glr_auto_examples_sudoku_plot_progress.py` .. raw:: html
Generate a GIF of the network solving a Sudoku puzzle
.. raw:: html
.. only:: html .. image:: /auto_examples/sudoku/images/thumb/sphx_glr_sudoku_net_thumb.png :alt: :ref:`sphx_glr_auto_examples_sudoku_sudoku_net.py` .. raw:: html
Class encapsulating the network for solving Sudoku
.. raw:: html
.. only:: html .. image:: /auto_examples/sudoku/images/thumb/sphx_glr_helpers_sudoku_thumb.png :alt: :ref:`sphx_glr_auto_examples_sudoku_helpers_sudoku.py` .. raw:: html
Helper functions for the Sudoku solver
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /auto_examples/sudoku/sudoku_solver /auto_examples/sudoku/plot_progress /auto_examples/sudoku/sudoku_net /auto_examples/sudoku/helpers_sudoku