https://github.com/mhenderson/mhenderson
My GitHub profile.
https://github.com/mhenderson/mhenderson
github-config-readme
Last synced: 3 months ago
JSON representation
My GitHub profile.
- Host: GitHub
- URL: https://github.com/mhenderson/mhenderson
- Owner: MHenderson
- Created: 2022-10-03T13:46:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:44:54.000Z (4 months ago)
- Last Synced: 2025-01-22T11:31:59.475Z (4 months ago)
- Topics: github-config-readme
- Homepage: https://github.com/MHenderson
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I am developing R packages [{keedwell}](https://github.com/MHenderson/keedwell) for completing and embedding (partial) latin squares/rectangles and [{wallis}](https://github.com/MHenderson/wallis) for constructing examples of [Room Squares](https://en.wikipedia.org/wiki/Room_square).
| Repository | Description |
|------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------|
| [mhall-in-r](https://github.com/MHenderson/mhall-in-r) | Extending latin rectangles in R using Marshall Hall's theorem and {keedwell}. |
| [ryser-in-r](https://github.com/MHenderson/ryser-in-r) | Extending latin rectangles in R using Ryser's theorem and {keedwell}. |
| [maximal-room-squares](https://github.com/MHenderson/maximal-room-squares) | Generate maximal partial Room squares in R with {wallis}. |
| [greedy-maximal-room-squares](https://github.com/MHenderson/greedy-maximal-room-squares) | Exploring the spectra of maximal partial Room squares in R with {wallis}. |
| [random-maximal-room-squares](https://github.com/MHenderson/random-maximal-room-squares) | Randomised maximal partial Room squares in R with {wallis}. |I am also developing Python packages [{listcolouring}](https://github.com/MHenderson/listcolouring) for list-colourings of graphs, [{ryser}](https://github.com/MHenderson/ryser) for modelling completion and embedding problems for partial latin squares as list-colouring problems and [{vizing}](https://github.com/MHenderson/vizing) for list-colouring via constraint modelling.
| Repository | Description |
|-------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------|
| [greedy-list-colouring](https://github.com/MHenderson/greedy-list-colouring) | Greedy list and greedy list-edge colouring in Python with {listcolouring}. |
| [completing-pls](https://github.com/MHenderson/completing-pls) | Completing partial latin squares in Python with {ryser}. |
| [constraint-list-colouring](https://github.com/MHenderson/constraint-list-colouring) | Constraint-based list-colouring in Python with {vizing}. |