multi-puzzle-solver 0.9.9__py3-none-any.whl → 0.9.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: multi-puzzle-solver
3
- Version: 0.9.9
3
+ Version: 0.9.10
4
4
  Summary: Efficient solvers for numerous popular and esoteric logic puzzles using CP-SAT
5
5
  Author: Ar-Kareem
6
6
  Project-URL: Homepage, https://github.com/Ar-Kareem/puzzle_solver
@@ -1,4 +1,4 @@
1
- puzzle_solver/__init__.py,sha256=eh-kcYUnB_6idzg1iJcZVK0nzGynt9VBtXHWkDNuw7g,2369
1
+ puzzle_solver/__init__.py,sha256=lETqp2Sgt2ua_j16Zp1WEE88el9-kz3Yah79K4--SEg,2370
2
2
  puzzle_solver/core/utils.py,sha256=3LlBDuie_G0uSlzibpQS2ULmEYSZmpJXh1kawj7rjkg,3396
3
3
  puzzle_solver/core/utils_ortools.py,sha256=qLTIzmITqmgGZvg8XpYAZ4c-lhD5sEDQfS8ECdQ_dkM,3005
4
4
  puzzle_solver/puzzles/aquarium/aquarium.py,sha256=BUfkAS2d9eG3TdMoe1cOGGeNYgKUebRvn-z9nsC9gvE,5708
@@ -38,7 +38,7 @@ puzzle_solver/puzzles/tracks/tracks.py,sha256=0K1YZMHiRIMmFwoD_JxB2c_xB6GYV8spgN
38
38
  puzzle_solver/puzzles/undead/undead.py,sha256=IrCUfzQFBem658P5KKqldG7vd2TugTHehcwseCarerM,6604
39
39
  puzzle_solver/puzzles/unruly/unruly.py,sha256=sDF0oKT50G-NshyW2DYrvAgD9q9Ku9ANUyNhGSAu7cQ,3827
40
40
  puzzle_solver/utils/visualizer.py,sha256=2LmNoxEqb9PGWmBmHW6jh6OqFgNYguavhHB-9Dv5EUw,6113
41
- multi_puzzle_solver-0.9.9.dist-info/METADATA,sha256=pVhH3yZx9GhjUr3cJvcvO2IjY3WCa2COb4IOZCukR-o,136363
42
- multi_puzzle_solver-0.9.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
43
- multi_puzzle_solver-0.9.9.dist-info/top_level.txt,sha256=exwVUQa-anK9vYrpKzBPvH8bX43iElWI4VeNiAyBGJY,14
44
- multi_puzzle_solver-0.9.9.dist-info/RECORD,,
41
+ multi_puzzle_solver-0.9.10.dist-info/METADATA,sha256=i3hIJF1eUrTp9KHEO0d-e4KuIxZcrxRKSIzDZDRATCI,136364
42
+ multi_puzzle_solver-0.9.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
43
+ multi_puzzle_solver-0.9.10.dist-info/top_level.txt,sha256=exwVUQa-anK9vYrpKzBPvH8bX43iElWI4VeNiAyBGJY,14
44
+ multi_puzzle_solver-0.9.10.dist-info/RECORD,,
puzzle_solver/__init__.py CHANGED
@@ -33,4 +33,4 @@ from puzzle_solver.puzzles.unruly import unruly as unruly_solver
33
33
 
34
34
  from puzzle_solver.puzzles.inertia.parse_map.parse_map import main as inertia_image_parser
35
35
 
36
- __version__ = '0.9.9'
36
+ __version__ = '0.9.10'