knotkit
knotkit copied to clipboard
knot theory and computational algebra software
Results
2
knotkit issues
Sort by
recently updated
recently updated
newest added
I would be interested in adapting this software as a library to be called from external programs (in particular, I am rhinking about Sagemath). In order to do so, I...
``` $ make clang++ -fno-color-diagnostics --stdlib=libc++ --std=c++11 -c -O2 -g -DHOME="\"`pwd`\"" -Wall -Wno-unused -I. -I/opt/local/include kk.cpp -o kk.o clang++ -fno-color-diagnostics --stdlib=libc++ --std=c++11 -c -O2 -g -DHOME="\"`pwd`\"" -Wall -Wno-unused -I. -I/opt/local/include...