msolve 0.6.2-2 source package in Ubuntu

Changelog

msolve (0.6.2-2) unstable; urgency=medium

  * debian/patches/skip-tests.patch
    - New patch; skips failing tests.

 -- Doug Torrance <email address hidden>  Sat, 16 Dec 2023 14:31:18 -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-2.dsc 2.1 KiB 6624af81ad06264553bd4dd0eda1deb3c072ad1f3f8285ed8150c3e1e3154806
msolve_0.6.2.orig.tar.gz 961.1 KiB 27a79f2dbdd4736ed0f04ea71c972e3f1732aa397284c9d5eca24f061a663fa0
msolve_0.6.2-2.debian.tar.xz 4.5 KiB 6b42c981cfa514f7df343a811a58a15ec3b1130518baf3372d3da7951d7d71c7

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