Skip to content

Commit

Permalink
Update Cost model
Browse files Browse the repository at this point in the history
Avoid running MockProver for cost model

We copied the `Assignment` implementation of the MockProver, but in here we do not need to unwrap the witnesses (which was why the MockProver always needed `Value::known` instead of `Value::unknown`.

Now we can run the cost model without assigned values.
  • Loading branch information
iquerejeta committed Jan 24, 2025
1 parent c913679 commit befda0e
Showing 1 changed file with 389 additions and 4 deletions.
Loading

0 comments on commit befda0e

Please sign in to comment.