Skip to content

Commit

Permalink
Update include/mata/nfa/algorithms.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Fiedor <[email protected]>
  • Loading branch information
kilohsakul and tfiedor authored Sep 28, 2023
1 parent 31fa23c commit 10f110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mata/nfa/algorithms.hh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bool is_universal_naive(const Nfa& aut, const Alphabet& alphabet, Run* cex);

/**
* Universality checking based on subset construction with antichain.
* @param[in] aut Automaton which universality is checke
* @param[in] aut Automaton which universality is checked
* @param[in] alphabet Alphabet of the automaton
* @param[out] cex Counterexample word which eventually breaks the universality
* @return True if the automaton is universal, otherwise false.
Expand Down

0 comments on commit 10f110f

Please sign in to comment.