Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhenderson/completing-pls
Completing partial latin squares in Python with ryser.
https://github.com/mhenderson/completing-pls
combinatorics latin-squares python
Last synced: 9 days ago
JSON representation
Completing partial latin squares in Python with ryser.
- Host: GitHub
- URL: https://github.com/mhenderson/completing-pls
- Owner: MHenderson
- License: mit
- Created: 2024-12-04T10:32:10.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-04T10:47:15.000Z (30 days ago)
- Last Synced: 2024-12-04T11:34:15.599Z (30 days ago)
- Topics: combinatorics, latin-squares, python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# completing-pls
Completing partial latin squares in Python with ryser.
## Completion of a partial latin square of order 10 (before)
![](png/pls-10-before.png)
## Completion of a partial latin square of order 10 (after)
![](png/pls-10-after.png)
## Completion of a partial latin square of order 3 (after)
![](png/pls-3.png)