pub fn calc_adjacency_matrix(case: &IndexedNetwork<'_>) -> Result<CsMat<f64>>Expand description
Calculate the n × n 0/1 adjacency matrix.
pub fn calc_adjacency_matrix(case: &IndexedNetwork<'_>) -> Result<CsMat<f64>>Calculate the n × n 0/1 adjacency matrix.