-
-
### Executive Summary
This RFC outlines an implementation plan for adding a standard and easily switchable SMT backend to CBMC. The goal of this work is to address two main areas. The first is to i…
-
Hey Ben,
I saw you added an unsat_core feature, I think I fixed the issue where it wasn't printing anything. Basically unsat_core only prints the unsatisfiable assumptions (not premises) that make …
-
Is there a way to introduce a `const` call? For instance, transforming `x` into something like `const x b` for some `b`.
I'm trying to implement the transformation of the smallest free number functio…
-
I've added benchmarking to `test_complete.py` in order to begin comparing results. Here is how the proposition constraints were originally defined:
```
prop_const = ForAll(X, proposition(X))
…
-
```
System.Text.RegularExpressions.RegexMatchTimeoutException: The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large…
-
"quite" before a DET is tagged in most cases as PDT/DET and attached as [det:predet](https://universaldependencies.org/en/dep/det-predet.html). I see that this follows PTB guidelines, which list "quit…
-
I have tried various examples of patterns containing braces and quantifiers, trying to figure out what is legal and not. I noticed that the `a{,7}` variant is taken as a literal string and just matche…
-
This is a bug report for perl from perlbug@tange.dk.
generated with the help of perlbug 1.41 running under perl 5.30.0.
-----------------------------------------------------------------
[Please…
-
EWT has e.g. "2 pm" as:
nummod(pm,2)
GUM has the time as head and AM/PM as `nmod:tmod`:
nmod:tmod(2,pm)
Syntactically I think you can drop "pm", but not "2", and semantically it makes more…