org: add missing documentation for prop_complete

* doc/org/concepts.org: Here.
This commit is contained in:
Alexandre Duret-Lutz 2018-07-10 17:28:43 +02:00
parent 46590af693
commit d941b9e176

View file

@ -1067,6 +1067,7 @@ automaton, and that can be queried or set by algorithms:
| =weak= | transitions of an SCC all belong to the same acceptance sets |
| =very_weak= | weak automaton where all SCCs have size 1 |
| =terminal= | automaton is weak, accepting SCCs are complete, accepting edges may not go to rejecting SCCs |
| =complete= | for any letter , each state has is at least one outgoing transition compatible with |
| =deterministic= | there is at most one run *recognizing* a word, but not necessarily accepting it |
| =semi_deterministic= | any nondeterminism occurs before entering an accepting SCC |
| =unambiguous= | there is at most one run *accepting* a word (but it might be recognized several time) |