msolve 0.6.1-2 source package in Ubuntu

Changelog

msolve (0.6.1-2) unstable; urgency=medium

  * debian/lintian-overrides
    - Update version number in override.
  * debian/patches/xcolor-hyperref.patch
    - New patch; fix spelling of "hyperref" option to xcolor package
      (Closes: #1058557).

 -- Doug Torrance <email address hidden>  Wed, 13 Dec 2023 09:43:55 -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.1-2.dsc 2.1 KiB 0fa5e7ff9c2bce150fc9ae33ffc86ce8f1bb5af8c73ba6c904f4fff8bd946e3d
msolve_0.6.1.orig.tar.gz 948.3 KiB f7bc33322b6c851ce67b1b1d09979f6244fd1211ca853ad5328debdd4e3bf242
msolve_0.6.1-2.debian.tar.xz 4.3 KiB 1afa6c418e4b988c74d71de66b589168cd05424c6a50f14c6d57296e491b76f9

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