msolve 0.6.1-1 source package in Ubuntu

Changelog

msolve (0.6.1-1) unstable; urgency=medium

  * New upstream release.

 -- Doug Torrance <email address hidden>  Thu, 02 Nov 2023 16:00:15 -0400

Upload details

Uploaded by:
Debian Math Team
Uploaded to:
Sid
Original maintainer:
Debian Math Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
msolve_0.6.1-1.dsc 2.1 KiB d192eecf2e5e87c17a9365475dc6f4f3151919fb90c42d48c45e64dfb6a77974
msolve_0.6.1.orig.tar.gz 948.3 KiB f7bc33322b6c851ce67b1b1d09979f6244fd1211ca853ad5328debdd4e3bf242
msolve_0.6.1-1.debian.tar.xz 4.0 KiB 57cb2b84b43a2b53079995e5188b9a24cf75548eb9f33b57618b0d84db40ccc8

Available diffs

No changes file available.

Binary packages built by this source

msolve: computer algebra algorithms for solving polynomial systems

 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 the command line interface and documentation.

msolve-dbgsym: debug symbols for msolve