Function noLZSS::identify_sentinel_factors
Defined in File fasta_processor.cpp
Function Documentation
-
std::vector<uint64_t> noLZSS::identify_sentinel_factors(const std::vector<Factor> &factors, const std::vector<size_t> &sentinel_positions)
Helper function to identify sentinel factors from factorization results.
Internal helper function exposed for use by parallel_fasta_processor.
- Parameters:
factors – Vector of factors from factorization
sentinel_positions – Vector of positions where sentinels should occur
- Returns:
Vector of indices identifying which factors are sentinels