#include "ltlast/formula.hh"#include "ltlast/visitor.hh"Include dependency graph for reduce.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | spot |
| namespace | spot::ltl |
Enumerations | |
| enum | spot::ltl::reduce_options { spot::ltl::Reduce_None = 0, spot::ltl::Reduce_Basics = 1, spot::ltl::Reduce_Syntactic_Implications = 2, spot::ltl::Reduce_Eventuality_And_Universality = 4, spot::ltl::Reduce_Containment_Checks = 8, spot::ltl::Reduce_Containment_Checks_Stronger = 16, spot::ltl::Reduce_All = -1U } |
| Options for spot::ltl::reduce. More... | |
Functions | |
| formula * | spot::ltl::reduce (const formula *f, int opt=Reduce_All) |
| Reduce a formula f. | |
| bool | spot::ltl::is_eventual (const formula *f) |
| Check whether a formula is a pure eventuality. | |
| bool | spot::ltl::is_universal (const formula *f) |
| Check whether a formula is purely universal. | |
1.5.2