LogicalMatchingAutomaton¶
fauto.spad line 195 [edit on github]
This domains provides boolean combination of nondeterministic finite automatons.
- convert: BasicMatchingAutomaton -> %
convert(a)creates automaton matching if and only if a matches.
- make_and: List % -> %
make_and(la)creates automaton matching if and only if all a inlamatch.
- make_not: % -> %
make_not(a)creates automaton matching if and only a does not match.
- make_or: List % -> %
make_or(la)creates automaton matching if and only if any a inlamatches.