Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing. More...
#include <seqan3/std/ranges>#include <type_traits>#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/detail/test_accessor.hpp>#include <seqan3/search/detail/search_common.hpp>#include <seqan3/search/detail/search_traits.hpp>#include <seqan3/search/fm_index/concept.hpp>#include <seqan3/range/concept.hpp>#include <seqan3/range/views/drop.hpp>
Include dependency graph for unidirectional_search_algorithm.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing.