VeriFIT / mata

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

Add state with level #382

Closed Adda0 closed 7 months ago

Adda0 commented 7 months ago

This PR implements adding state with specific level and additionally uses resize when need to add new state instead of pushing to the back of levels always.