-
Greetings,
For this instance, a refutational soundness bug occurred.
(we checked that the instance had a solution through z3.)
```
$ ./bitwuzla ./small.smt2
unsat
[error] ./small.smt2:12:11: mod…
-
ALTER TABLE t_amzdb_campaigns_report_sbv DISTRIBUTED BY HASH(`UserId`, `AccountId`) buckets 6;
执行后show alter table optimize查看,
![image](https://github.com/user-attachments/assets/7d72430f-ea46-404c…
-
The file _captions.sbv_ initially contained the result of YouTube’s automatic speech recognition and subtitles for the AGSM video. However, this is not perfect and still needs some polishing, like cor…
-
When you run the following saw-script:
```
let {{
foo : [8] -> [8]
foo x = x
}};
prove_print (unint_z3 ["foo"]) {{ \x -> foo x == x }};
```
you get the following error message from SBV:
…
-
We got an email from Josephine and Sebastien Demaneche from the RCG ISSG on Metier and transversal variables:
It has been agreed to use following métier (only used by spain), which is also in ICES…
-
CamFort is currently building on GHC 9.2. It'd be nice to bump up to newer compilers, if it's not too much work. I tend to target GHC 9.6 currently, supporting 9.8 where possible. (GHC 9.10 isn't well…
-
I was trying to generate C code for AES from Cryptol, using symbolic simulatino to SBV, but I keep running into variations of this:
SBV->C: Not yet supported: join with ((SWord16,s2127),(SWord8,s21…
-
Hello!
We're working with terms that produce a lot of top level SMTLib definitions and we noticed that the interaction overhead with the solver appears to quickly dominate the solver performance.
…
-
I have Yices 2.6.2 installed, and a fairly recent bulld of saw (2e4fc060). Here's an unexpected error from them:
sawscript> prove z3 {{ \ (x:Integer) y -> ((x*y) == 0) == (x==0 \/ y == 0) }}
…
-
Leaving this as a reminder to myself (since I am currently too busy to work on it) that I'd like to use this package in the future and should write a pull request updating it to `sbv == 7.*`.
When …