[bug#73551,0/8] Update some SAT/ASP solvers

Message ID cover.1727601398.git.liliana.prikler@gmail.com
Headers
Series Update some SAT/ASP solvers |

Message

Liliana Marie Prikler Sept. 29, 2024, 9:16 a.m. UTC
  Hi Guix,

I noticed that scasp and some other tools where out of date, so I
decided to update them.

Cheers

Liliana Marie Prikler (8):
  gnu: scasp: Update to 1.1.4.
  gnu: kissat: Update to 4.0.1.
  gnu: z3: Update to 4.13.0.
  gnu: lingeling: Update to 1.0.0.
  gnu: Add cadical.
  gnu: Add cadiback.
  gnu: Add cadiback-for-cryptominisat.
  gnu: cryptominisat: Update to 5.11.22.

 gnu/local.mk                                  |   1 +
 gnu/packages/maths.scm                        | 362 ++++++++++++------
 .../patches/cadical-add-shared-library.patch  |  49 +++
 3 files changed, 305 insertions(+), 107 deletions(-)
 create mode 100644 gnu/packages/patches/cadical-add-shared-library.patch


base-commit: 93ceb2d90165fa5e76f983f252f09bf97f3b17d8
  

Comments

Liliana Marie Prikler Oct. 6, 2024, 2:19 p.m. UTC | #1
Am Sonntag, dem 29.09.2024 um 11:16 +0200 schrieb Liliana Marie
Prikler:
> Liliana Marie Prikler (8):
>   gnu: scasp: Update to 1.1.4.
>   gnu: kissat: Update to 4.0.1.
>   gnu: z3: Update to 4.13.0.
>   gnu: lingeling: Update to 1.0.0.
>   gnu: Add cadical.
>   gnu: Add cadiback.
>   gnu: Add cadiback-for-cryptominisat.
>   gnu: cryptominisat: Update to 5.11.22.
Done and pushed.