SeqAn3
search_trivial.hpp File Reference

Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing. More...

#include <type_traits>
#include <range/v3/view/drop_exactly.hpp>
#include <seqan3/range/concept.hpp>
#include <seqan3/search/algorithm/detail/search_common.hpp>
Include dependency graph for search_trivial.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>