-
I was thinking on how to test our constraints automatically, to either verify that no constraints are missing, or to automatically find issues. And it occurred to me that mutation testing would be a g…
-
Currently, programs that `copilot-verifier` marks as correct are indicated by a lack of error messages being printed. This, however, doesn't give a sense to the user as to _why_ a program is correct. …
-
Hello,
I am a new user and want to use VST to prove properties about eBPF programs (programs written in C that can be used to interact with Linux kernel from user space). Before diving into the act…
-
Failing test:
```rs
#[test]
fn rcomb_base() {
const X_PTR: u64 = 42;
const Z_PTR: u64 = 142;
const A_PTR: u64 = 1142;
let asm_op = "begin rcomb_base end";
let stack_inp…
-
The ability to run Coq and MetaCoq, powerful proof systems, inside a large language model (LLM) like me is indeed significant. This opens up a range of exciting possibilities, some of which include:
…
-
We set out to state the Cook-Levin and work towards a proof of it.
This is part of the general plan laid out [here](https://github.com/wimmers/poly-reductions/blob/master/doc/PLAN.md).
# General A…
-
# Machine Logic
[https://lawrencecpaulson.github.io/2021/11/24/Intuitionism.html](https://lawrencecpaulson.github.io/2021/11/24/Intuitionism.html)
-
The C standard allows a compiler to "contract" compound floating-point expressions by removing intermediate rounding points. Concretely, an expression `a*b+c` may be rewritten into `fma(a, b, c)`.
…
-
As some simpler specification projects may either
- not need a TCK, or
- start out without needing that notion, but later develop the need,
We should consider revising the EFSP to allow the "no…
DBees updated
3 years ago
-
### What new feature should Elvish have?
I came across this while doing my usual RISC-V shenanigans: https://github.com/u-root/gobusybox
Sophgo uses u-root as part of their bootloader which is super…