An open API service indexing awesome lists of open source software.

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.

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}. |