Jean Fromentin da3eb62b8f Base version | 7 anos atrás | |
---|---|---|
Makefile | 7 anos atrás | |
README.md | 7 anos atrás | |
monoid.cpp | 7 anos atrás | |
monoid.hpp | 7 anos atrás | |
monoid.pxd | 7 anos atrás | |
mred.sage | 7 anos atrás | |
numeric_monoid.pxd | 7 anos atrás | |
numeric_monoid.pyx | 7 anos atrás | |
setup.py | 7 anos atrás | |
treewalk.cpp | 7 anos atrás | |
treewalk.hpp | 7 anos atrás | |
treewalk.pxd | 7 anos atrás |
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