spot
1.1.4
|
Go to the source code of this file.
Namespaces | |
spot | |
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 | |
const formula * | spot::ltl::reduce (const formula *f, int opt=Reduce_All) |
Reduce a formula f. More... | |
bool | spot::ltl::is_eventual (const formula *f) |
Check whether a formula is a pure eventuality. More... | |
bool | spot::ltl::is_universal (const formula *f) |
Check whether a formula is purely universal. More... | |