[][src]Function wybr::methods::smith_schwartz::smith_schwartz_condensation

pub fn smith_schwartz_condensation(
    x: &VoteMatrix,
    set: SetType
) -> StronglyConnected

Extracts Smith or Schwartz graph condensation

Arguments

  • x election tally, VoteMatrix object
  • set mode of action, Smith or Schwartz

Note

This is a low-level utility, it does not copy metadata. For election-like API with Outcome, use smith_set or schwartz_set