multi-puzzle-solver 0.9.7__py3-none-any.whl → 0.9.8__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.
- {multi_puzzle_solver-0.9.7.dist-info → multi_puzzle_solver-0.9.8.dist-info}/METADATA +2 -2
- {multi_puzzle_solver-0.9.7.dist-info → multi_puzzle_solver-0.9.8.dist-info}/RECORD +5 -5
- puzzle_solver/__init__.py +1 -1
- {multi_puzzle_solver-0.9.7.dist-info → multi_puzzle_solver-0.9.8.dist-info}/WHEEL +0 -0
- {multi_puzzle_solver-0.9.7.dist-info → multi_puzzle_solver-0.9.8.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: multi-puzzle-solver
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.8
|
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
|
@@ -251,7 +251,7 @@ These are all the puzzles that are implemented in this repo. <br> Click on any o
|
|
251
251
|
<tr>
|
252
252
|
<td align="center">
|
253
253
|
<a href="#star-battle-puzzle-type-31"><b>Star Battle</b><br><br>
|
254
|
-
<img src="https://raw.githubusercontent.com/Ar-Kareem/puzzle_solver/master/images/
|
254
|
+
<img src="https://raw.githubusercontent.com/Ar-Kareem/puzzle_solver/master/images/star_battle_solved.png" alt="Star Battle" width="140">
|
255
255
|
</a>
|
256
256
|
</td>
|
257
257
|
</tr>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
puzzle_solver/__init__.py,sha256=
|
1
|
+
puzzle_solver/__init__.py,sha256=xhCwg02_xpH3H3IkcZKv82G4sDC9ZfXsBGf9OothUnY,2269
|
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
|
@@ -37,7 +37,7 @@ puzzle_solver/puzzles/tracks/tracks.py,sha256=0K1YZMHiRIMmFwoD_JxB2c_xB6GYV8spgN
|
|
37
37
|
puzzle_solver/puzzles/undead/undead.py,sha256=IrCUfzQFBem658P5KKqldG7vd2TugTHehcwseCarerM,6604
|
38
38
|
puzzle_solver/puzzles/unruly/unruly.py,sha256=sDF0oKT50G-NshyW2DYrvAgD9q9Ku9ANUyNhGSAu7cQ,3827
|
39
39
|
puzzle_solver/utils/visualizer.py,sha256=2LmNoxEqb9PGWmBmHW6jh6OqFgNYguavhHB-9Dv5EUw,6113
|
40
|
-
multi_puzzle_solver-0.9.
|
41
|
-
multi_puzzle_solver-0.9.
|
42
|
-
multi_puzzle_solver-0.9.
|
43
|
-
multi_puzzle_solver-0.9.
|
40
|
+
multi_puzzle_solver-0.9.8.dist-info/METADATA,sha256=6GjeorbOqVZ6D5m9jYNQDfjdBV-yWIui0ZNpsVFAMfY,133329
|
41
|
+
multi_puzzle_solver-0.9.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
42
|
+
multi_puzzle_solver-0.9.8.dist-info/top_level.txt,sha256=exwVUQa-anK9vYrpKzBPvH8bX43iElWI4VeNiAyBGJY,14
|
43
|
+
multi_puzzle_solver-0.9.8.dist-info/RECORD,,
|
puzzle_solver/__init__.py
CHANGED
File without changes
|
File without changes
|