#[no_mangle]
pub extern "C" fn sg_forward_partial_path_stitcher_from_partial_paths(
    _graph: *const sg_stack_graph,
    partials: *mut sg_partial_path_arena,
    _db: *mut sg_partial_path_database,
    count: usize,
    initial_partial_paths: *const sg_partial_path
) -> *mut sg_forward_partial_path_stitcher
Expand description

Creates a new forward partial path stitcher that is “seeded” with a set of initial partial paths.

Before calling sg_forward_partial_path_stitcher_process_next_phase for the first time, you must ensure that db contains all possible extensions of any of those initial partial paths. You can retrieve a list of those extensions via the previous_phase_partial_paths and previous_phase_partial_paths_length fields.