-
Current design of the ```finite_automaton``` module contains multiple cyclic imports, and that is due to a bigger problem: confusing architecture that makes the module hard to maintain. I think inheri…
bygu4 updated
1 month ago
-
Deterministic Finite Automata are closed under reversal. The FiniteStateMachine class has several closure operations implemented that the Automaton class inherits, but not reversal. This patch would…
-
Idling is important for lifespan simulations
* use simulations
* override probabilities from multiplication if you don't want to assume that the transitions in 2 automata are independent
* all…
-
This issue is intended as a place to collect notable references on labeled graphs and fix a consistent terminology on automata, (state) transition systems and (state) machines. This post will be updat…
-
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.
-
Implement ESLint's [`no-useless-backreference`](https://eslint.org/docs/latest/rules/no-useless-backreference#rule-details) rule.
To get started, run
```sh
just new-rule no-useless-backreference
…
-
### Environment
Windows, Jupyter, Qgrid 1.1.1
### Description of Issue
I have a dataframe with text. I would like to see my text wrapped in a cell (and ideally, the height of the cell adjusted …
-
Just to let you know, there's a variant of Daciuk et al.'s algorithm that supports adding a string to an DFA, retaining minimality:
- [Incremental Construction and Maintenance of Minimal Finite-State …
-
maybe make it stateful?
maybe even in a way that is similar to automata (deterministic finite state machine)
the states would be corresponding to menu items and change as user navigates the menu
…
-
https://en.wikipedia.org/wiki/Finite-state_machine#:~:text=A%20finite-state%20machine%20(FSM,states%20at%20any%20given%20time.