|
static std::map< PruningMode, int > | kmer_length { { mode_prune, 24 }, { mode_restore, 24 }, { mode_unfold, 24 } } |
|
static std::map< PruningMode, int > | edge_max { { mode_prune, 3 }, { mode_restore, 3 }, { mode_unfold, 3 } } |
|
static std::map< PruningMode, size_t > | subgraph_min { { mode_prune, 33 }, { mode_restore, 33 }, { mode_unfold, 33 } } |
|
static std::map< PruningMode, int > | max_degree { { mode_prune, 0 }, { mode_restore, 0 }, { mode_unfold, 0 } } |
|
◆ edge_max
◆ kmer_length
◆ max_degree
◆ subgraph_min
The documentation for this struct was generated from the following file: