R/RcppExports.R

Defines functions findMatchingSeedsBatchCpp findMatchingSeedsCpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

findMatchingSeedsCpp <- function(candidates, targetState, verbose = FALSE, progressEvery = 10000L) {
    .Call(`_EDOtrans_findMatchingSeedsCpp`, candidates, targetState, verbose, progressEvery)
}

findMatchingSeedsBatchCpp <- function(candidates, targetState, batchSize = 1000L, verbose = FALSE) {
    .Call(`_EDOtrans_findMatchingSeedsBatchCpp`, candidates, targetState, batchSize, verbose)
}

Try the EDOtrans package in your browser

Any scripts or data that you put into this service are public.

EDOtrans documentation built on May 21, 2026, 9:07 a.m.