Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chyanju committed Sep 3, 2022
1 parent ecba092 commit bd348e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@ docker run -it --rm picus:v0 bash
- cvc5-ff: [https://github.com/alex-ozdemir/CVC4/tree/ff](https://github.com/alex-ozdemir/CVC4/tree/ff)
- see installation instructions [here](./NOTES.md#installing-cvc5-ff)


## Usage

Note: To run the uniqueness checking on benchmarks included (circom files), you'll need to prepare them (compiling to r1cs files) first, by running:

```bash
./script/prepare-??.sh
```

where `??` corresponds to corresponding benchmark set label.

### Normal Version (w/ No Special Algorithm)

```bash
Expand Down

0 comments on commit bd348e6

Please sign in to comment.