-s | Simply return the alphabet of the input automaton or game. |
-ap | Return the atomic propositions (or classical symbols) instead of
the alphabet. |
-e | Expand the alphabet by a list of propositions. |
-c | Contract the alphabet by removing a list of propositions. |
-r | Rename the propositions based on a map from a proposition to its new name. |
-a | Abstract the alphabet based on a map from a predicate to its definition. |
-R | Retain the transition symbols in alphabet abstraction. |
-A | Only annotate the transitions with properties specified by -S and -P. |
-S | Specify the name of the property that will store the symbols on the
transitions in alphabet abstraction. |
-P | Specify the name of the property that will store the evaluations of the
predicates in alphabet abstraction. |