LICENSE
README.md
setup.py
IntegralElimination/IntegralAlgebra.py
IntegralElimination/IntegralMonomial.py
IntegralElimination/IntegralPolynomial.py
IntegralElimination/__init__.py
IntegralElimination/convert.py
IntegralElimination/critical_pairs.py
IntegralElimination/exponentials.py
IntegralElimination/integral_elimination.py
IntegralElimination/io_equations.py
IntegralElimination/ordering.py
IntegralElimination/reduction.py
IntegralElimination/utils.py
IntegralElimination.egg-info/PKG-INFO
IntegralElimination.egg-info/SOURCES.txt
IntegralElimination.egg-info/dependency_links.txt
IntegralElimination.egg-info/requires.txt
IntegralElimination.egg-info/top_level.txt
tests/test01.py
tests/test02.py
tests/test03.py
tests/test04_LM_LC.py
tests/test05_internal_sympy_repr.py
tests/test06_cut_P.py
tests/test07_get_PI_PN.py
tests/test08_monomials_product.py
tests/test09_polynomials_product.py
tests/test10_integrate.py
tests/test11_reduced_product.py
tests/test12_power.py
tests/test13_reduced_power.py
tests/test14_reduce_simple_case.py
tests/test15_reduce_reduced_power.py
tests/test16_1_algo_reduce.py
tests/test16_2_algo_reduce.py