pythomata icon indicating copy to clipboard operation
pythomata copied to clipboard

A Python package for automata theory.

Results 15 pythomata issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The following code does not work: ```python from pythomata.impl.symbolic import SymbolicDFA from sympy import symbols a = symbols("a") dfa =...

**Is your feature request related to a problem? Please describe.** The `Simulator` API is not well documented. **Describe the solution you'd like** Provide documentation and examples for the `Simulator` API....

docs

**Is your feature request related to a problem? Please describe.** There is no thorough documentation regarding non-deterministic finite automata. **Describe the solution you'd like** Add examples for `SimpleNFA`. **Describe alternatives...

docs

**Is your feature request related to a problem? Please describe.** Sometimes it is hard to build automata by thinking of states and transitions, whereas it is trivial to think in...

enhancement

**Is your feature request related to a problem? Please describe.** Provide more examples of the usage of `SymbolicAutomata`. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

docs