|
spot 2.16
|
Clone and rewrite a formula to remove specified operators logical operators. More...
#include <spot/tl/unabbrev.hh>
Public Member Functions | |
| unabbreviator (const char *opt=default_unabbrev_string) | |
| Constructor. | |
| formula | run (formula in) |
| Apply the unabbreviator to formula in. | |
Clone and rewrite a formula to remove specified operators logical operators.
| spot::unabbreviator::unabbreviator | ( | const char * | opt = default_unabbrev_string | ) |
Constructor.
The set of operators to remove should be passed as a string in which each letter denotes an operator (using LBT's convention).
1.9.8