spot
0.8.1
|
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.Pure eventuality formulae are defined in. | |
bool | spot::ltl::is_universal (const formula *f) |
Check whether a formula is purely universal.Purely universal formulae are defined in. |