Skip to content

General-purpose C++ Latin square classes along with my MOLS research.

Notifications You must be signed in to change notification settings

anthonymorast/mols-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latin Squares Research

The library is initially filled with research on Latin squares. The research document can be found here.

Latin Squares Class

Under the 'LatinSquare' directory there are some options for those wanting an easy to use C++ class for handling Latin squares.

There is a LatinSquare class in LatinSquare_hdrOnly.hpp which is a header-only distribution of this class. The second option is to take the LatinSquare.cpp, LatinSquare.h and InvalidSquareException.h files and compile them with you project. Because the benefits of using header-only libraries are controversial, I've decided to include both options so a user can choose their preference.