23 #ifndef SPOT_LTLVISIT_CONTAIN_HH
24 # define SPOT_LTLVISIT_CONTAIN_HH
27 #include "tgbaalgos/ltl2tgba_fm.hh"
28 #include "misc/hash.hh"
40 const tgba* translation;
41 typedef std::map<const record_*, bool> incomp_map;
42 incomp_map incompatible;
44 typedef Sgi::hash_map<
const formula*,
51 bool branching_postponement,
52 bool fair_loop_approx);
70 bool incompatible_(record_* l, record_* g);
72 record_* register_formula_(
const formula* f);
78 bool branching_postponement_;
79 bool fair_loop_approx_;
81 trans_map translated_;
103 SPOT_API SPOT_DEPRECATED
112 bool stronger =
true);
116 #endif // SPOT_LTLVISIT_CONTAIN_HH
Check containment between LTL formulae.
Definition: contain.hh:36
Map BDD variables to formulae.
Definition: bdddict.hh:57
A Transition-based Generalized Büchi Automaton.
Definition: tgba.hh:67