pub type SparseBitMatrix = SparseBipartiteGraph<Bit>;
pub struct SparseBitMatrix { /* private fields */ }