SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
detail Directory Reference
+ Directory dependency graph for detail:

Files

file  search.hpp [code]
 Provides the public interface for search algorithms.
 
file  search_common.hpp [code]
 Provides data structures used by different search algorithms.
 
file  search_scheme_algorithm.hpp [code]
 Provides the algorithm to search in an index using search schemes.
 
file  search_scheme_precomputed.hpp [code]
 Provides the data structures and precomputed instances for (optimum) search schemes.
 
file  search_traits.hpp [code]
 Provides seqan3::detail::search_traits.
 
file  search_trivial.hpp [code]
 Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing.