Function hotdrink_rs::examples::constraint_systems::dense::make_dense_cs[][src]

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

Constructs a constraint system with many constraints between variables.