msolve 0.6.3-1 source package in Ubuntu

Changelog

msolve (0.6.3-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/skip-tests.patch
    - Remove patch; applied upstream

 -- Doug Torrance <email address hidden>  Sat, 16 Dec 2023 16:12:52 -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.3-1.dsc 2.1 KiB bd113df1844c6ba8ad5a2e3356171752023afa7b1843dc16c579479b53b329a4
msolve_0.6.3.orig.tar.gz 961.1 KiB b9d34649c4076f3ce2791e63e662f7688fcc879121481f9dd1fe6954e73ea1de
msolve_0.6.3-1.debian.tar.xz 4.2 KiB adf5ec41f24d0b89795eb84cef4b3c1ccfee2cb68c4d332e3b9c4083214726e7

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