#include "ltlast/formula.hh"
Include dependency graph for syntimpl.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Functions | |
bool | syntactic_implication (const formula *f1, const formula *f2) |
Syntactic implication. | |
bool | syntactic_implication_neg (const formula *f1, const formula *f2, bool right) |
Syntactic implication. |
|
Syntactic implication. This comes from @InProceedings{ somenzi.00.cav, author = {Fabio Somenzi and Roderick Bloem}, title = {Efficient {B\"u}chi Automata for {LTL} Formulae}, booktitle = {Proceedings of the 12th International Conference on Computer Aided Verification (CAV'00)}, pages = {247--263}, year = {2000}, volume = {1855}, series = {Lecture Notes in Computer Science}, publisher = {Springer-Verlag} } |
|
Syntactic implication. If right==false, true if !f1 < f2, false otherwise. If right==true, true if f1 < !f2, false otherwise. |