Polynomial System Solving through Algebraic Methods
Description
msolve is an open source C library implementing computer algebra
algorithms for solving polynomial systems (with rational coefficients or
coefficients in a prime field).
Currently, with msolve, you can basically solve multivariate polynomial
systems. This encompasses:
- the computation of Groebner bases
- real root isolation of the solutions to polynomial systems
- the computation of the dimension and the degree of the solution set
and many other things you can do using msolve.
This package contains a command line tool to access the msolve
functionality.
* Fri Sep 20 2024 Jerry James <loganjerry@gmail.com> - 0.7.2-1
- Version 0.7.2
* Wed Jul 31 2024 Jerry James <loganjerry@gmail.com> - 0.7.1-1
- Version 0.7.1
* Tue Jul 30 2024 Jerry James <loganjerry@gmail.com> - 0.7.0-1
- Version 0.7.0
* Fri Jul 26 2024 Jerry James <loganjerry@gmail.com> - 0.6.8-1
- Version 0.6.8
* Sun Jul 21 2024 Jerry James <loganjerry@gmail.com> - 0.6.7-1
- Version 0.6.7
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 03 2024 Jerry James <loganjerry@gmail.com> - 0.6.6-1
- Version 0.6.6
* Wed Mar 13 2024 Jerry James <loganjerry@gmail.com> - 0.6.5-2
- Rebuild for flint 3.1.0
* Tue Feb 27 2024 Jerry James <loganjerry@gmail.com> - 0.6.5-1
- Version 0.6.5
* Sat Feb 10 2024 Jerry James <loganjerry@gmail.com> - 0.6.4-1
- Version 0.6.4
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Dec 17 2023 Jerry James <loganjerry@gmail.com> - 0.6.3-1
- Version 0.6.3
* Fri Dec 15 2023 Jerry James <loganjerry@gmail.com> - 0.6.2-1
- Version 0.6.2
* Fri Nov 03 2023 Jerry James <loganjerry@gmail.com> - 0.6.1-1
- Version 0.6.1
* Mon Oct 30 2023 Jerry James <loganjerry@gmail.com> - 0.6.0-1
- Version 0.6.0
* Thu Aug 10 2023 Jerry James <loganjerry@gmail.com> - 0.5.0-2
- Use more reliable method of detecting AVX2 support
* Thu Aug 03 2023 Jerry James <loganjerry@gmail.com> - 0.5.0-1
- Initial RPM