pythomata icon indicating copy to clipboard operation
pythomata copied to clipboard

Implement `BddDfa`

Open marcofavorito opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

SymbolicDFA is actually explicit in the state space and symbolic in the transition guards.

Describe the solution you'd like

Implement a fully symbolic version of the DFA, where all the components are represented symbolically.

Describe alternatives you've considered n/a

Additional context n/a

marcofavorito avatar May 23 '21 10:05 marcofavorito