R/cpp11.R

Defines functions cpp_preprocess cpp_expand_edges cpp_reduce_paths cycles_cpp

# Generated by cpp11: do not edit by hand

cycles_cpp <- function(df, edge_list, start_edge_index, left) {
  .Call(`_neighbourhoods_cycles_cpp`, df, edge_list, start_edge_index, left)
}

cpp_reduce_paths <- function(edge_list) {
  .Call(`_neighbourhoods_cpp_reduce_paths`, edge_list)
}

cpp_expand_edges <- function(paths, edge_map_in, paths_are_list) {
  .Call(`_neighbourhoods_cpp_expand_edges`, paths, edge_map_in, paths_are_list)
}

cpp_preprocess <- function(df) {
  .Call(`_neighbourhoods_cpp_preprocess`, df)
}
atfutures-labs/LTN documentation built on Jan. 6, 2022, 4:11 p.m.