-
When verifying a Verilog design using `ebmc` with large bounds, it takes long time to complete the verification. However, if I output the SMT formulas and solve the formulas using `z3` command, it tak…
-
With SMTInterpol, the following code fails:
```
bmgr.makeVariable("select");
```
Exception:
```
de.uni_freiburg.informatik.ultimate.logic.SMTLIBException: Function select is already defined.
at…
-
### 🐛 Describe the bug
If I use Inductor to compile `Conv2d` and `BN2d` **not use** `eval mode`. The results are inconsistent.
The problem seems to be with BN2d
```python
import torch
import …
-
The SBV backend supports the ABC prover through SMT-Lib, but the What4 backend also has a connection to ABC through both SMT-Lib and Verilog. We should expose those in Cryptol, too. It would make @wea…
atomb updated
3 years ago
-
From a file generated from an [mlw](https://gitlab.inria.fr/why3/why3/-/blob/master/examples/binomial_heap.mlw#L31) by why3, the fact that list is well-founded is not taken into account:
```
(erro…
bobot updated
1 month ago
-
### Your current environment
```text
Collecting environment information...
WARNING: Failed to import from aphrodite._C with No module named 'aphrodite._C'
PyTorch version: 2.4.0a0+gitee1b680
Is …
-
## The bug
Importing torch raises `undefined symbol: iJIT_NotifyEvent` from `torch/lib/libtorch_cpu.so: ` when pytorch and MKL 2024.1+ are installed together. Downgrading MKL to 2024.0.0 resolves it.…
-
When going through the [quickstart guide](https://microsoft.github.io/sca-fuzzer/quick-start/#baseline-experiment), I run the following commands:
```bash
python3.9 -m pip install virtualenv
python3.9…
-
I'm experimenting with lambda's through the smtlib input format. From what I can tell, CVC5 does support lambda's, but I can't find enough examples on the concrete syntax. For instance, the following …
-
To reproduce:
```python
#!/usr/bin/env python3
from math import pi as π
import numpy as np
from smt.surrogate_models import RMTB
def generate_sine_surface_data(samples=10, dimension=2):
…