msolve 0.6.2-1 source package in Ubuntu

Changelog

msolve (0.6.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/lintian-overrides
    - Update version number.
  * debian/patches/xcolor-hyperref.patch
    - Remove patch; applied upstream.

 -- Doug Torrance <email address hidden>  Fri, 15 Dec 2023 08:04:00 -0500

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.2-1.dsc 2.1 KiB 8f6d293aee5b3e39f939267939bf749ee26129679f71747a5ac2d3810c5bcb9d
msolve_0.6.2.orig.tar.gz 961.1 KiB 27a79f2dbdd4736ed0f04ea71c972e3f1732aa397284c9d5eca24f061a663fa0
msolve_0.6.2-1.debian.tar.xz 4.1 KiB 6b63a3453f3bcb1507c9d77b49d6b19b3c7747f022383765f268bb00caba1161

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