mbox series

[bug#61783,0/6] Add more SMT solvers

Message ID 94a22cf50237fb101387b9a47c3beae6626631be.camel@gmail.com
Headers show
Series Add more SMT solvers | expand

Message

Liliana Marie Prikler Feb. 25, 2023, 8:58 a.m. UTC
Hi Guix,

while z3 is nice and all, I thought it'd be better to have some competition.
So here it is.

Cheers

Liliana Marie Prikler (6):
  gnu: Add cudd.
  gnu: Add libpoly.
  gnu: Add yices.
  gnu: Add btor2tools.
  gnu: Add boolector.
  gnu: Add java-smtinterpol.

 gnu/local.mk                                  |   1 +
 gnu/packages/maths.scm                        | 254 +++++++++++++++++-
 .../patches/boolector-find-googletest.patch   | 204 ++++++++++++++
 3 files changed, 458 insertions(+), 1 deletion(-)
 create mode 100644 gnu/packages/patches/boolector-find-googletest.patch


base-commit: ea2fa86f31a83195ac789a6d92bcaee8e53e4397

Comments

Liliana Marie Prikler March 5, 2023, 8:49 a.m. UTC | #1
Am Samstag, dem 25.02.2023 um 09:58 +0100 schrieb Liliana Marie
Prikler:
> Hi Guix,
> 
> while z3 is nice and all, I thought it'd be better to have some
> competition.  So here it is.
> 
> Cheers
> 
> Liliana Marie Prikler (6):
>   gnu: Add cudd.
>   gnu: Add libpoly.
>   gnu: Add yices.
>   gnu: Add btor2tools.
>   gnu: Add boolector.
>   gnu: Add java-smtinterpol.
Pushed.