Skip to content

Commit

Permalink
paper
Browse files Browse the repository at this point in the history
  • Loading branch information
koniksedy committed Nov 25, 2024
1 parent 6f591e6 commit 35ba825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mata/nfa/builder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Nfa create_sigma_star_nfa(Alphabet* alphabet = new OnTheFlyAlphabet{});

/**
* Creates Tabakov-Vardi random NFA.
* The implementation is based on the paper "Experimental Evaluation of Classical Automata Constructions" by Tabakov and Vardi.
*
* @param num_of_states Number of states in the automaton.
* @param alphabet_size Size of the alphabet.
Expand Down

0 comments on commit 35ba825

Please sign in to comment.