-
Enter this problem below
![dlx_3](https://user-images.githubusercontent.com/53596740/104612750-7ebe2700-56c1-11eb-9855-15cae39f7ec7.png)
It can solved. Now Enter the next one
![dlx_2](https://u…
-
It would be great if https://docs.rs/z3 had some top-level documentation with full usage examples for the crate, or linked to useful examples elsewhere. As it is, it's a bit intimidating to look at t…
-
Learn & explore algorithms for arranging Polyominos blocks into grids board.
Suggestions methods:
1. Algorithm X (Dancing Links)
Reduces to an [exact cover problem](https://en.wikipedia.org/w…
-
Please list any corrections you noticed `typos` doesn't fix and we'll roll these up into a single PR, making it lighter weight for adding new corrections.
Preferred format (for easy copy/pasting):
…
epage updated
4 months ago
-
This ticket adds some code based on the tiling solver class and dancing links solver to find a surrounding of a polyomino with copies of itself. An example is below:
```
sage: from sage.combinat.ti…
-
Some code to solve the [Quantumino Puzzle](http://familygamesamerica.com/mainsite/consumers/productview.php?pro_id=274&search=quantumino) (see also [this video](http://www.youtube.com/watch?v=jX_VKz…
-
This patch adds support for cyclotomics and matrices to LibGAP. And rewrites the matrix groups on top of that.
* Apply [attachment: trac_14014_libgap_cyclotomic_matrix.patch](https://github.com/sag…
-
The following computation takes a lot of time:
```
sage: from sage.games.quantumino import QuantuminoSolver
sage: QuantuminoSolver(0).number_of_solutions() # long time (several days)
```
but we c…
-
The final puzzle on the Quarry Walkway panels appears to be bugged. The location of the panel is shown here:
![PanelInContext](https://user-images.githubusercontent.com/6289760/194958520-7f9c328d-f…
-
Implement a class for diagrams (collections of cells `(i,j)` indexed by the natural numbers), and a class for diagrams with the northwest property. A diagram has the northwest property if the fact t…