VeriFIT / mata

A fast and simple automata library
MIT License
14 stars 11 forks source link

Refactoring of SCC-based Algorithms #374

Closed vhavlena closed 5 months ago

vhavlena commented 6 months ago

This PR refactors SCC-based algorithms to be more generic. In particular,

codecov[bot] commented 6 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (09a43aa) 71.82% compared to head (efadb56) 72.05%. Report is 12 commits behind head on devel.

Files Patch % Lines
src/nfa/nfa.cc 93.75% 0 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #374 +/- ## ========================================== + Coverage 71.82% 72.05% +0.22% ========================================== Files 30 30 Lines 3642 3686 +44 Branches 834 839 +5 ========================================== + Hits 2616 2656 +40 Misses 735 735 - Partials 291 295 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Adda0 commented 6 months ago

I like the new names. I think it reads better now.

vhavlena commented 6 months ago

@jurajsic @kilohsakul ping