msolve 0.6.0-1 source package in Ubuntu

Changelog

msolve (0.6.0-1) unstable; urgency=medium

  * New upstream release.

 -- Doug Torrance <email address hidden>  Mon, 30 Oct 2023 12:08:44 -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.0-1.dsc 2.1 KiB 88d656760e46cf73b998b7e76353727fcf99c464428a534d8ba6fffa3d7efa68
msolve_0.6.0.orig.tar.gz 947.1 KiB a53826001936d89a674289c8fcc3ab2789b0789d3a7561dee30331a77d63143a
msolve_0.6.0-1.debian.tar.xz 4.0 KiB c3129cf4e56e001d5250f79507f86b8001b00125cfb87a8fe4865adc86a3e7a2

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