spot
0.8.1
|
#include "ltlast/formula.hh"
Go to the source code of this file.
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Functions | |
bool | spot::ltl::syntactic_implication (const formula *f1, const formula *f2) |
Syntactic implication.This comes from. | |
bool | spot::ltl::syntactic_implication_neg (const formula *f1, const formula *f2, bool right) |
Syntactic implication.If right==false, true if !f1 < f2, false otherwise. If right==true, true if f1 < !f2, false otherwise. |