VeriFIT / mata

A fast and simple automata library
MIT License
20 stars 13 forks source link

Nft projection #386

Closed koniksedy closed 7 months ago

koniksedy commented 7 months ago

The project_levels function, which projects out specified levels from a given NFA, has been implemented based on the concept behind the remove_epsilon function.

It has been heavily tested, so it should behave correctly.