ipbori
polynomials over Boolean Rings, custom ipython shell
Install
- All systems
-
curl cmd.cat/ipbori.sh
- Debian
-
apt-get install polybori - Ubuntu
-
apt-get install polybori - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install polybori - Raspbian
-
apt-get install polybori
polybori
polynomials over Boolean Rings, custom ipython shell
The core of PolyBoRi is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. PolyBoRi features a powerful reference implementation for Groebner basis computation. This package contains the PolyBoRi's shell ipbori.
python-polybori
polynomials over Boolean Rings, Python module
The core of PolyBoRi is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. PolyBoRi features a powerful reference implementation for Groebner basis computation. This package contains the PolyBoRi Python module.