Function hotdrink_rs::examples::constraint_systems::sparse::make_sparse_cs[][src]

pub fn make_sparse_cs<T>(_: usize, n_variables: usize) -> ConstraintSystem<T> where
    T: Debug + Clone + Default + Send + 'static, 

Constructs a constraint system with few constraints between variables.