Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ltlvisit/syntimpl.hh File Reference

#include "ltlast/formula.hh"

Include dependency graph for syntimpl.hh:

Include dependency graph

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.


Function Documentation

bool syntactic_implication const formula *  f1,
const formula *  f2
 

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}
        }
        

bool 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.


Please comment this page and report errors about it on the RefDocComments page.
Generated on Fri Aug 13 14:42:41 2004 for spot by doxygen 1.3.8