spot::ltl::atomic_prop | Atomic propositions |
spot::bdd_allocator | Manage ranges of variables |
spot::bdd_dict | Map BDD variables to formulae |
spot::bdd_dict::annon_free_list | |
spot::bdd_less_than | Comparison functor for BDDs |
spot::ltl::binop | Binary operator |
spot::ltl::clone_visitor | Clone a formula |
spot::connected_component_hash_set | |
spot::connected_component_hash_set_factory | Factory for connected_component_hash_set |
spot::ltl::const_visitor | Formula visitor that cannot modify the formula |
spot::ltl::constant | A constant (True or False) |
spot::counter_example | Compute a counter example from a spot::emptiness_check_status |
spot::ltl::declarative_environment | A declarative environment |
spot::ltl::default_environment | A laxist environment |
spot::duplicator_node | Duplicator node of parity game graph |
spot::duplicator_node_delayed | Duplicator node of parity game graph for delayed simulation |
spot::emptiness_check | Check whether the language of an automate is empty |
spot::emptiness_check_shy | A version of spot::emptiness_check try to visit known states first |
spot::emptiness_check_shy::successor | |
spot::emptiness_check_status | The status of the emptiness-check on success |
spot::ltl::environment | An environment that describes atomic propositions |
spot::explicit_connected_component | An SCC storing all its states explicitly |
spot::explicit_connected_component_factory | Abstract factory for explicit_connected_component |
spot::ltl::formula | An LTL formula |
spot::free_list | Manage list of free integers |
spot::gspn_exeption | An exeption used to forward GSPN errors |
spot::gspn_interface | |
spot::gspn_ssp_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 |
spot::numbered_state_heap | Keep track of a large quantity of indexed states |
spot::numbered_state_heap_const_iterator | Iterator on numbered_state_heap objects |
spot::numbered_state_heap_factory | Abstract factory for numbered_state_heap |
spot::numbered_state_heap_hash_map | A straightforward implementation of numbered_state_heap with a hash map |
spot::numbered_state_heap_hash_map_factory | Factory for numbered_state_heap_hash_map |
spot::parity_game_graph | Parity game graph which compute a simulation relation |
spot::parity_game_graph_delayed | |
spot::parity_game_graph_direct | Parity game graph which compute the direct simulation relation |
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 |
spot::scc_stack | |
spot::scc_stack::connected_component | |
spot::ltl::simplify_f_g_visitor | Replace true U f and false R g by F f and G g |
yy::Slice< T, S > | |
spot::spoiler_node | Spoiler node of parity game graph |
spot::spoiler_node_delayed | Spoiler node of parity game graph for delayed simulation |
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_reduc | |
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 |