minisat2 1:2.2.1-7 source package in Ubuntu

Changelog

minisat2 (1:2.2.1-7) unstable; urgency=low

  * Fix FTCBFS: ensure sh target is required by all. Thanks Helmut Grohne
    <email address hidden> for debugging (closes: #1064366)

 -- Michael Tautschnig <email address hidden>  Thu, 22 Feb 2024 10:47:31 +0000

Upload details

Uploaded by:
Michael Tautschnig
Uploaded to:
Sid
Original maintainer:
Michael Tautschnig
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
minisat2_2.2.1-7.dsc 1.7 KiB 0858cd8828e61ab6e8c2ec0316b0e627be6bc445319566629cbb52f5b36c2980
minisat2_2.2.1.orig.tar.gz 43.2 KiB e54afa3c192c1753bc8075c0c7e126d5c495d9066e3f90a2588091149ac9ca40
minisat2_2.2.1-7.debian.tar.xz 9.6 KiB 6c17862fb9410d4158ff5f69ee0dcbd81bcc0b1c3ceea48778c4265b2c5f0559

Available diffs

No changes file available.

Binary packages built by this source

minisat: Fast and lightweight SAT solver

 Despite the NP completeness of the satisfiability problem of Boolean formulas
 (SAT), SAT solvers are often able to decide this problem in a reasonable time
 frame. As all other NP complete problems are reducible to SAT, the solvers
 have become a general purpose tool for this class of problems.
 .
 MiniSat is a minimalistic, open-source SAT solver, developed to help
 researchers and developers alike to get started on SAT. Winning all the
 industrial categories of the SAT 2005 competition, MiniSat is a good starting
 point both for future research in SAT, and for applications using SAT.

minisat-dbgsym: debug symbols for minisat