#include "ltlast/formula.hh"
#include "ltlvisit/lunabbrev.hh"
Go to the source code of this file.
Classes | |
class | spot::ltl::unabbreviate_ltl_visitor |
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_visitor. More... | |
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Functions | |
formula * | spot::ltl::unabbreviate_ltl (const formula *f) |
Clone and rewrite a formula to remove most of the abbreviated LTL and logical operators. |