Closed Adda0 closed 3 months ago
This PR optimizes getting an arbitrary word from Nfa, as requested by #431. The attached Nfa instance now computes in 0.015 seconds instead of 10 seconds.
Nfa
Fixes #431.
I applied the suggested changes. Feel free to have a look at the added comments.
Looks good, you can merge
This PR optimizes getting an arbitrary word from
Nfa
, as requested by #431. The attachedNfa
instance now computes in 0.015 seconds instead of 10 seconds.Fixes #431.