#include "ltlast/formula.hh"
#include "ltlvisit/lunabbrev.hh"
Include dependency graph for tunabbrev.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Functions | |
formula * | unabbreviate_ltl (const formula *f) |
Clone and rewrite a formula to remove most of the abbreviated LTL and logical operators. |
|
Clone and rewrite a formula to remove most of the abbreviated LTL and logical operators. The rewriting performed on logical operator is the same as the one done by spot::ltl::unabbreviate_logic. This will also rewrite unary operators such as unop::F, and unop::G, using only binop::U, and binop::R. |