-
Hi, I want a binary file of cvc5 parallel to solve some smt2 files. Where can I get it? Thank you very much!
-
Hello, I have some questions about the dumpFormula functionality in java-smt. Currently I am encoding a system into sat, so often I need to peer at whatever my code puts into java-smt, to see if I mad…
-
### Version
Yosys 0.22+70 (git sha1 310281a96, clang -fPIC -Os)
### On which OS did this happen?
Linux
### Reproduction Steps
I'm following along with this video:
https://youtu.be/V…
-
See: https://stackoverflow.com/questions/75186194
Even trivial usage of `fpRealToFP` and `fpToReal` cause an `unknown` result. I haven't yet seen these conversions work under any circumstances.
…
-
I'm not really sure if this warrants an issue, but it seems like a serious enough performance delta to be worth mentioning. Feel free to close this issue if you feel it isn't appropriate, if it is a k…
-
Hi,
thanks for creating such a high-quality SMT solver! However, I believe I found a bug related to CNF representations (I reproduced it in z3 4.11.2 and 4.12.1).
I am using Z3 to transform Boolea…
-
This boogie file will generate a syntactically wrong smt2 file:
```
function {:identity} Lit(x: T) : T;
function {:define} Math#min(a: int, b: int) : int{if a (= (type x) intType) (= (int_2_U (…
-
This is related to issue #7870. Consider this script: [ccp11.lus.qe.txt](https://github.com/cvc5/cvc5/files/10303877/ccp11.lus.qe.txt)
The term returned by `get-qe` contains the following subterms:…
-
Hello,
I have a problem in logical formulation of programs with pointers via smt2 core of cbmc.
for example for below code
```c
void ss2n(unsigned int s, unsigned char* c) {
c[0]=(unsigned…
-
Hi there,
We have some problems parsing and transforming C files into SMT2 descriptions. Some of these are unprecedented and we believe have emerged after some recent updates. However we can not sp…