.. _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_run_example_thumb.png :alt: :doc:`/auto_examples/sudoku/run_example` .. raw:: html
Script controlling the simulation of a single game of Sudoku
.. raw:: html
.. only:: html .. image:: /auto_examples/sudoku/images/thumb/sphx_glr_sudoku_solver_thumb.png :alt: :doc:`/auto_examples/sudoku/sudoku_solver` .. 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: :doc:`/auto_examples/sudoku/plot_progress` .. 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: :doc:`/auto_examples/sudoku/sudoku_net` .. 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: :doc:`/auto_examples/sudoku/helpers_sudoku` .. raw:: html
Helper functions for the Sudoku solver
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /auto_examples/sudoku/run_example /auto_examples/sudoku/sudoku_solver /auto_examples/sudoku/plot_progress /auto_examples/sudoku/sudoku_net /auto_examples/sudoku/helpers_sudoku