rust_is_connected: Check if a graph is connected

View source: R/extendr-wrappers.R

rust_is_connectedR Documentation

Check if a graph is connected

Description

Check if a graph is connected

Usage

rust_is_connected(i, j, n)

Arguments

i

Row indices of adjacency matrix

j

Column indices of adjacency matrix

n

Number of nodes

Value

TRUE if connected, FALSE otherwise


spopt documentation built on April 22, 2026, 9:07 a.m.