Thrill
0.1
|
#include <examples/suffix_sorting/check_sa.hpp>
#include <examples/suffix_sorting/construct_bwt.hpp>
#include <examples/suffix_sorting/construct_lcp.hpp>
#include <examples/suffix_sorting/construct_wt.hpp>
#include <examples/suffix_sorting/dc3.hpp>
#include <examples/suffix_sorting/dc7.hpp>
#include <examples/suffix_sorting/prefix_doubling.hpp>
#include <examples/suffix_sorting/prefix_quadrupling.hpp>
#include <thrill/api/cache.hpp>
#include <thrill/api/collapse.hpp>
#include <thrill/api/equal_to_dia.hpp>
#include <thrill/api/generate.hpp>
#include <thrill/api/print.hpp>
#include <thrill/api/read_binary.hpp>
#include <thrill/api/write_binary.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/uint_types.hpp>
#include <tlx/cmdline_parser.hpp>
#include <algorithm>
#include <limits>
#include <random>
#include <stdexcept>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
examples | |
examples::suffix_sorting | |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
bool | debug_print = false |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 291 of file suffix_sorting.cpp.
References CmdlineParser::add_bool(), CmdlineParser::add_bytes(), CmdlineParser::add_param_string(), CmdlineParser::add_size_t(), CmdlineParser::add_string(), examples::suffix_sorting::debug_print, CmdlineParser::process(), thrill::api::Run(), CmdlineParser::set_author(), and CmdlineParser::set_description().