Jean Fromentin da3eb62b8f Base version | il y a 6 ans | |
---|---|---|
Makefile | il y a 6 ans | |
README.md | il y a 6 ans | |
monoid.cpp | il y a 6 ans | |
monoid.hpp | il y a 6 ans | |
monoid.pxd | il y a 6 ans | |
mred.sage | il y a 6 ans | |
numeric_monoid.pxd | il y a 6 ans | |
numeric_monoid.pyx | il y a 6 ans | |
setup.py | il y a 6 ans | |
treewalk.cpp | il y a 6 ans | |
treewalk.hpp | il y a 6 ans | |
treewalk.pxd | il y a 6 ans |
This is the last and definitive version of NumericMonoid.
It requires GCC 5 and (not mandatory) Sage.
If you have multiple versions of GCC installed on your system, you have to specify it to the make
command:
CXX=g++-5 make MAX_GENUS=35
If you only have GCC 5 installed and wish to use the default MAX_GENUS
(40), simply launch:
make