spot::ltl::atomic_prop | Atomic propositions |
spot::bdd_allocator | Manage ranges of variables |
spot::bdd_dict | Map BDD variables to formulae |
spot::bdd_less_than | Comparison functor for BDDs |
spot::ltl::binop | Binary operator |
spot::ltl::clone_visitor | Clone a formula |
spot::ltl::const_visitor | Formula visitor that cannot modify the formula |
spot::ltl::constant | A constant (True or False) |
spot::ltl::default_environment | A laxist environment |
spot::emptiness_check | Check whether the language of an automate is empty |
spot::emptiness_check::connected_component | |
spot::emptiness_check::connected_component_set | |
spot::ltl::environment | An environment that describes atomic propositions |
spot::ltl::formula | An LTL formula |
spot::gspn_eesrg_interface | |
spot::gspn_environment | |
spot::gspn_exeption | An exeption used to forward GSPN errors |
spot::gspn_interface | |
yy::Location | Abstract a Location |
spot::magic_search | Emptiness check on spot::tgba_tba_proxy automata using the Magic Search algorithm |
spot::magic_search::magic | Records whether a state has be seen with the magic bit on or off |
spot::magic_search::magic_state | A state for the spot::magic_search algorithm |
spot::minato_isop | Generate an irredundant sum-of-products (ISOP) form of a BDD function |
spot::minato_isop::local_vars | Internal variables for minato_isop |
spot::ltl::multop | Multi-operand operators |
spot::ltl::multop::paircmp | Comparison functor used internally by ltl::multop |
yy::Position | Abstract a Position |
spot::ltl::postfix_visitor | Apply an algorithm on each node of an AST, during a postfix traversal |
spot::ptr_hash< T > | A hash function for pointers |
spot::ltl::ref_formula | A reference-counted LTL formula |
yy::Slice< T, S > | |
yy::Stack< T, S > | |
spot::state | Abstract class for states |
spot::state_bdd | A state whose representation is a BDD |
spot::state_explicit | States used by spot::tgba_explicit |
spot::state_product | A state for spot::tgba_product |
spot::state_ptr_equal | An Equivalence Relation for state* |
spot::state_ptr_hash | Hash Function for state* |
spot::state_ptr_less_than | Strict Weak Ordering for state* |
spot::string_hash | A hash function for strings |
spot::tgba | A Transition-based Generalized Büchi Automaton |
spot::tgba_bdd_concrete | A concrete spot::tgba implemented using BDDs |
spot::tgba_bdd_concrete_factory | Helper class to build a spot::tgba_bdd_concrete object |
spot::tgba_bdd_core_data | Core data for a TGBA encoded using BDDs |
spot::tgba_bdd_factory | Abstract class for spot::tgba_bdd_concrete factories |
spot::tgba_explicit | Explicit representation of a spot::tgba |
spot::tgba_explicit::transition | Explicit transitions (used by spot::tgba_explicit) |
spot::tgba_explicit_succ_iterator | Successor iterators used by spot::tgba_explicit |
spot::tgba_product | A lazy product. (States are computed on the fly.) |
spot::tgba_reachable_iterator | Iterate over all reachable states of a spot::tgba |
spot::tgba_reachable_iterator_breadth_first | An implementation of spot::tgba_reachable_iterator that browses states breadth first |
spot::tgba_reachable_iterator_depth_first | An implementation of spot::tgba_reachable_iterator that browses states depth first |
spot::tgba_statistics | |
spot::tgba_succ_iterator | Iterate over the successors of a state |
spot::tgba_succ_iterator_concrete | A concrete iterator over successors of a TGBA state |
spot::tgba_succ_iterator_product | Iterate over the successors of a product computed on the fly |
spot::tgba_tba_proxy | Degeneralize a spot::tgba on the fly |
spot::ltl::unabbreviate_logic_visitor | Clone and rewrite a formula to remove most of the abbreviated logical operators |
spot::ltl::unabbreviate_ltl_visitor | Clone and rewrite a formula to remove most of the abbreviated LTL and logical operators |
spot::ltl::unop | Unary operator |
spot::ltl::visitor | Formula visitor that can modify the formula |