Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gipsyh committed Aug 28, 2024
1 parent 356f0a0 commit 96ee311
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ rIC3 is competitive, as my experiments show that it can solve 299 out of the tot
# Usage
For models in aiger format:
```
rIC3 <aiger model path> [certifaiger path]
rIC3 <aiger model path> [certification path]
```
If the certifier path is not specified, rIC3 will not output the witness circuit or the counter-example.
If the certification path is not specified, rIC3 will not output the certification in [certifaiger](https://github.com/Froleyks/certifaiger) format or the counter-example in [aiger](https://github.com/arminbiere/aiger) witness format.

For models in btor2 format:
```
rIC3 <btor2 model path>
```
For now, rIC3 does not support outputting certification or the counter-example of btor2 models.

# Authers
Yuheng Su, gipsyh.icu@gmail.com

University of Chinese Academy of Sciences

Institute of Software, Chinese Academy of Sciences
University of Chinese Academy of Sciences; Institute of Software, Chinese Academy of Sciences

Qiusong Yang, qiusong@iscas.ac.cn

Expand Down

0 comments on commit 96ee311

Please sign in to comment.