Add asserts for constraint count (#83)

* Add asserts for constraint count

* switch to Standard strength
This commit is contained in:
Srinath Setty
2022-07-05 14:50:17 -07:00
committed by GitHub
parent c29030b2d7
commit 0863a732ff
5 changed files with 6 additions and 13 deletions

View File

@@ -54,7 +54,6 @@ mod tests {
let _ = synthesize_alloc_bit(&mut cs);
let shape = cs.r1cs_shape();
let gens = cs.r1cs_gens();
println!("Mult mod constraint no: {}", cs.num_constraints());
// Now get the assignment
let mut cs: SatisfyingAssignment<G> = SatisfyingAssignment::new();