Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.37 KB

rIC3-HWMCC24

rIC3 model checker for Hardware Model Checking Competition 2024(HWMCC'24) submission. It is prepared to participate in the bit-level track and the word-level without arrays track.

Usage

The default configuration is the portfolio of 16 threads by using the IC3, BMC and K-induction algorithms.

For models in aiger format:

rIC3 <aiger model path> [certification path]

Please note that rIC3 expects the input aiger model to be reencoded by default, so it is better to input the aig model rather than the aag model.

If the certification path is not specified, rIC3 will not output the certification in certifaiger format or the counter-example in aiger witness format.

For models in btor2 format:

rIC3 <btor2 model path>

For btor model, the model file name should be suffixed with .btor or .btor2, otherwise, it will be recognized as an aiger model. rIC3 does not support outputting certification or the counter-example of btor2 models.

Authers

Yuheng Su, [email protected]

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

Qiusong Yang, [email protected]

Institute of Software, Chinese Academy of Sciences

Yiwei Ci, [email protected]

Institute of Software, Chinese Academy of Sciences