-
When parsing the regex `(a$|b)`, the resulting automaton has an edge with value 302, and no edge under 97 for a:
```
initial_states: [0]
final_states: [1, 2]
transitions:
0-[98]->1
1-[302]->2
…
-
Writing some of my past research into this down..
http://www.graphviz.org/Download_linux_ubuntu.php shows that the latest versions are compatible up to 13.1, not 14.04, which is problematic. The inst…
-
Hi,
I got `UNSAT` verdicts on the following queries from the SMT-LIB repository (`non-incremental/QF-LIA`):
- `20180326-Bromberger/more_slacked/CAV_2009_benchmarks/smt/45-vars/v45_problem_2__003.s…
-
### Description
When a function is not used, its syntax is not checked. It is tested in the benchmark 30
### Reproduce
```
./bin/imitator -mode checksyntax tests/testcases/functions/unused-…
-
The below program runs fine in GHCi, but when compiled and run, fails after the first invocation of `sim`:
```
module Main where
import Clash.Prelude
import Control.Arrow.Transformer.Automaton…
-
Hello folks. I'm an expert in cellular automatons i.e. conway game of life and the similar. http://www.conwaylife.com/wiki/Michael_Simkin - Some background about me.
Anyway I wonder how complex wou…
-
Remove usage of deprecated `org.apache.lucene.util.automaton.RegExp.DEPRECATED_COMPLEMENT` [1].
History: Lucene 9.x has support for complement. During development of Lucene 10, complement was remove.…
-
Hello there! I am starting a list of automaton attachments that do not function as expected.
Using Harlequin Head/Harlequin Body for all tests.
Mana Tank I: Supposed to add 5% max MP and provide …
-
Some modules of pyformlang have a strange design that makes this project hard to maintain and develop, and we should think about what we can do to make the architecture cleaner and more concise.
bygu4 updated
2 weeks ago
-
Hi,
Storm displays twice the same group of 14 lines, surrounded by dashes
(see below).
I guess that this is expected to be the model before pre-processing and
the model after pre-processing.
…