-
I'm attaching a bug report, where I'm expecting a higher-priority rule (injected via `add-module`) to be applied as the next step (the bug report is one step long), but instead it applies a rule from …
-
Dear Marabou Developers,
I am currently using the Marabou library for a project and I have encountered an issue with the `network.solve()` method. When I call this method, it raises a `ValueError` …
-
Hi @njuwfang, I am trying to run "TannerCode.jl" file in this repo by following the instruction mentioned in the repo. However I am running into issues, and need your help since I am new to Julia.
…
-
Hi, i've installed liquidhaskell in windows from source using stack succesfully but when i try to execute it i get a runtime error:
```console
user@system MINGW64 /path/to/haskell-ide-engine
# li…
-
### Dafny version
4.2.0 + Z3 4.12.1
### Code to produce this issue
```dafny
function FilterPairToAll(f: (A, B) -> bool, a: A, s: seq): seq {
if s == [] then [] else
if f(a, s[0]) then
[(…
-
Would it be okay to fork this repo and start a new website?
I would be interested in making a tool geared towards helping people find classes that satisfy general area requirements and fit other cr…
-
Currently, our precise memory model is quite slow. It's possible that one reason for this is that it needs to check quite a lot of sanity conditions on every read and write, and then these conditions …
dmwit updated
5 months ago
-
Hello, I have the following program that returns `sat` correctly:
```
#include
#include
#include
#include"z3++.h"
using namespace z3;
int main() {
z3::config cfg;
cfg.set("auto_co…
-
The following code fails to compile:
```
default Order dec
$include
bitfield BF : bits(8) = {
T : 7 .. 0,
}
type full_width : Int = 10
let full_width = sizeof(full_width)
functi…
-
How to get Statics of a model?