[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MHenderson/MHenderson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 

Repository files navigation

R

I am developing R packages {wallis} for constructing examples of Room Squares and {keedwell} for completing and embedding (partial) latin squares/rectangles.

The use of these packages is demonstrated in the following repositories:

keedwell

  • mhall-in-r - extending latin rectangles in R using Marshall Hall's theorem.
  • ryser-in-r - extending latin rectangles in R using Ryser's theorem.

wallis

Python

I am also developing Python packages {ryser} for modelling completion and embedding problems for partial latin squares as list-colouring problems, {listcolouring} for list-colourings of graphs and {vizing} for list-colouring via constraint modelling.

The use of these packages is demonstrated in the following repositories:

listcolouring

  • greedy-list-colouring - greedy list and greedy list-edge colouring in Python with the listcolouring package.

ryser

  • completing-pls - completing partial latin squares in Python with ryser.

vizing