-
The current implementation of augmentation doesn't preserve the facts that are already true in the model that is being augmented. For example consider the following theory:
`exists x . P(x) | exists x…
-
Currently, smtlib2 (Razor's interface to the SMT solver) doesn't build with the latest version of GHC (7.8): initially, it termintes with an stack-overflow on the context stack. @ryandanas can confirm…
-
I'd like to propose a radical change to STP's code layout
## Why is this needed?
The STP's C++ code currently isn't usable by clients (the `cpp_interface.h` header is not usable at all!) because of i…
-
SMTLib2 is not available on Hackage yet. We should find a convenient way for deploying the package outside of cabal sandboxing.
-
$ cat z.r
p('_0);
$ razor --input=z.r
Input Options:
--input=Just "z.r"
--debug=False
--depth=-1
--command=Nothing
--state=Nothing
razor: Bad uninterpreted constant name: "_0". Must be a valid iden…
-
Hi,
Is it possible to Open Source Z3 under ASL 2.0 so the whole F\* stack is under ASL 2.0?
Suminda
-
Break up functionality into several context "modes":
Theory Mode
Incomplete Model Mode?
Vertical Exploration / Augmentation Stack
Horizontal Exploration / Model Stream Queue
Explanation / Provenance Q…
-
As mentioned in the title: building fails for me with sbv-3.1 and with ghc-7.8.3.
``` code
[1 of 1] Compiling Math.LinearEquationSolver ( Math/LinearEquationSolver.hs, dist/build/Math/LinearEquationS…
-
The ability to use custom instances would be very useful for common use-case instances, such as pretty-printers and codecs.
Currently, the generic type class constructors (`shapeless.TypeClass`) use …
-
As part of an experimental study, I noticed something strange in STP's performance. For example, the short SMT2 input below causes STP to timeout (2+ hours). In contrast, MathSAT5 and Z3 show that the…
ahorn updated
10 years ago