#include <cstddef>
#include "misc/optionmap.hh"
Include dependency graph for magic.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
emptiness_check * | explicit_magic_search (const tgba *a, option_map o=option_map()) |
Returns an emptiness checker on the spot::tgba automaton a. | |
emptiness_check * | bit_state_hashing_magic_search (const tgba *a, size_t size, option_map o=option_map()) |
Returns an emptiness checker on the spot::tgba automaton a. | |
emptiness_check * | magic_search (const tgba *a, option_map o=option_map()) |
Wrapper for the two magic_search implementations. |