-
From Murray Kucherawy (mailing list Nov 8):
RFC 6838 Section 5.3 creates an appeal process by referencing RFC 2026 Section 6.5.4 and saying that appeals go to the IESG. That specific part of RFC 2…
-
> Those big tasks on _The life cycle_ are tasks that "will never "end,
> as part of the ~~continuous~~ continual improvement process that I want to achieve.
>
> _(laconbass @ January 2015)_
This rea…
-
**Description:**
We need to develop a comprehensive draft of the revised by-laws for INSTAR Lab Inc. This draft should incorporate necessary updates to ensure compliance with current legal standard…
-
High level goals are in the README
They already have an `automated-ci-testing-base-image` and `
`automated-ci-testing-work-image`. What do those include?
There is a `.ci` directory which has
-…
-
Some users are asking for ESBMC print a message during long decision procedures (e.g. 24h) so that they know that it is still working properly.
I think we can:
1. Create two options: one to enab…
-
- [ ] test performance of "golden tests", possibly nofib
- see plutus-ir/test , see TransformSpec.hs
- Running `cabal test plutus-ir-test`
- [ ] test against the marlowe smart contract.
- S…
-
If I wanted to implement a priority system for the turn queue, or other arbitrary behavior, would that be possible?
void4 updated
3 years ago
-
Hi,
I have the following example code:
```c
// example.c
#include
int main () {
int x ;
int y ;
__ESBMC_assume (x < 100);
__ESBMC_assume (x > 0);
__ESBMC_…
-
The systems discussed in the modal tableaux chapter all have the fmp, but some systems produce infinite tableaux if the assumptions are satisfiable. These yield infinite counterexamples, so no problem…
rzach updated
6 years ago
-
I'm trying to write a proof involving an inequality between rational numbers, and I'd love to be able to `destruct (decide (x ≤ 0))`. However, when I attempt that, I get the following error:
```Error…