-
Convolutional layers, presumably in networks for classification
Representative benchmark(s): MNIST, CIFAR classifiers
Specifications: robustness
Questions: any further restrictions or should …
-
We have a model of the DC microgrid that Omar has been working on in SpaceEx. He's able to analyze the original (networked) model in SpaceEx. However, when flattening with Hyst (so we can then use the…
-
```solidity
pragma solidity >=0.5.0;
contract Base {
function UO_Minus(int x) public {
assert(x == -10);
}
function UO_Not(uint16 x) public {
assert(~x == 65535)…
-
### Describe the desired feature
## Add Support for Integer overflow and underflow detection
Hey there, I want to contribute to slither by writing a detector which can identify potential integer o…
-
I have the following python program:
```
from z3 import *
x = Real('x')
y = Real('y')
a = Real('a')
b = Real('b')
r = Real('r')
s = Solver()
s.set("timeout",600)
f1 = And(0 > 0 + 1*x*x…
-
Algorithm sketch:
* First unify the two terms.
* Result: a substitution
* Failure: implication is false
* Indeterminate: need to fall back to legacy kore
* Apply substitution to constrain…
-
Related: https://github.com/runtimeverification/kontrol/issues/396
At the moment, Kontrol doesn't report if an SMT solver timeout has occured—to identify that the solver has timed out, one needs to…
-
On my benchmarks, dolmen produces warnings such as:
```
Shadowing: `.def_1066` is reserved for solver-generated function symbols other than abstract values
```
Is this a problem in SMT-COMP?
-
Greetings,
For this instance, a crash occurred.
We tried to make this instance as small as possible. We sincerely hope that our report will be helpful for the z3 team.
```
$./z3 ./small.smt2 sat.d…
-
Hello,
We are currently using z3 version 4.8.10 in our C++ based application. In our application, we are facing a situation where z3 solver check call hangs for a given set of constraints. Out cons…