#include "clone.hh"
Go to the source code of this file.
Classes | |
class | spot::ltl::unabbreviate_logic_visitor |
Clone and rewrite a formula to remove most of the abbreviated logical operators.This will rewrite binary operators such as binop::Implies, binop::Equals, and binop::Xor, using only unop::Not, multop::Or, and multop::And. More... | |
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Functions | |
formula * | spot::ltl::unabbreviate_logic (const formula *f) |
Clone and rewrite a formula to remove most of the abbreviated logical operators.This will rewrite binary operators such as binop::Implies, binop::Equals, and binop::Xor, using only unop::Not, multop::Or, and multop::And. |