Jbowman353 / parallel-groebner

Senior Design Project, Implementing Parallel Groebner Basis Algorithm on GPU
3 stars 0 forks source link

Investigate Python F4/F5 implementations, attempt to separate from Sage #4

Open Jbowman353 opened 5 years ago

Jbowman353 commented 5 years ago

Found SymPy (https://github.com/sympy/sympy) which has an implementation in pure python of buchberger and F5B (https://arxiv.org/abs/1004.0084)

Path to file : https://github.com/sympy/sympy/blob/master/sympy/polys/groebnertools.py

Jbowman353 commented 5 years ago

On hold because we changed course, may return later