[][src]Crate wybr

Re-exports

pub use common::BordaKind;
pub use common::ElectionError;
pub use common::Outcome;
pub use common::PairScore;
pub use common::Quota;
pub use common::SetType;
pub use common::Transfer;
pub use tally::Tally;
pub use tally::VoteMatrix;
pub use tally::VoteTree;
pub use alternative::Alternative;
pub use borda::Borda;
pub use irv::Irv;
pub use meek::Meek;
pub use minimax::Minimax;
pub use ranked_pairs::RankedPairs;
pub use schulze::Schulze;
pub use smith_schwartz::schwartz_set;
pub use smith_schwartz::smith_set;

Modules

alternative

Alternative Smith/Schwartz method

borda

Borda count method

common

Common types

irv

Instant run-off method

meek

Meek STV method

minimax

Minimax method

outcome

Generic outcome for election methods

ranked_pairs

Ranked pairs (Tideman) method

schulze

Schulze method

smith_schwartz

Smith and Schwartz set calculation

tally

Election data tallies