-
There is still some junk code lying around which we should get rid of. Also, there are some tests that are unused, and some tests that are just plain ignored. We should deal with both and get the lear…
-
I'm working on updating the regex / regex-automata / regex-syntax crates on Fedora Linux to the latest version, and I'm seeing a strange test failure. It occurs only on i686-unknown-linux-gnu, and app…
-
Given a DFA or NFA, generate traces that adhere to them (i.e., are accepting). Probably needs to exist as part of the PDDL generation, but utilities to check the automata against a trace can/should be…
-
We should decide a standard format for reading and writing automatas. Something like:
``` Haskell
dfa
alpha: [a,b,c]
states: [A,B,C]
A a -> A
A b -> B
A c -> B
B a -> B
B c -> C
C a -> C
```
(Maybe …
-
![WhatsApp Image 2022-09-20 at 10 56 17 AM](https://user-images.githubusercontent.com/113331717/191444415-ea14e2b0-b019-4a9f-803a-37e8ce790228.jpeg)
-
The current automata implementation is suboptimal. Editing the graph is not convenient. Are there better solutions to this?
-
Hola, cuando tengo un autómata apilador que está leyendo una palabra, y en un estado x, ya se terminó de leer la palabra y el stack está vacío, si en ese estado tengo una transición que al leer epsilo…
-
- [ ] Message on joining #memes to highlight existance of private channel #memes_NSFW
- [ ] Bot command (can it be #memes only?) to request invite to #memes_NSFW. Will give warning that user must agr…
-
Sage should have a module for generating and analyzing cellular automata. This should include statistical tests, image and animation generation, and preimage computation.
Based on the existing sour…
-
Ki kell alakítani egy olyan környezetet, amiben automatikusan felismerik egymást a szolgáltatások, hogy kommunikálni tudjanak.
Ehhez kell valamilyen kapcsolat építési mechanizmus, és a szolgáltatások…