| Crates.io | rIC3 |
| lib.rs | rIC3 |
| version | 1.5.1 |
| created_at | 2024-12-07 07:56:54.897773+00 |
| updated_at | 2025-09-05 07:30:07.799526+00 |
| description | hardware model checker |
| homepage | |
| repository | https://github.com/gipsyh/rIC3 |
| max_upload_size | |
| id | 1475423 |
| size | 1,286,061 |
rIC3 achieved first place in both the bit-level track and the word-level bit-vector track at the 2024 Hardware Model Checking Competition (HWMCC'24).
To view the submission for HWMCC'24, please checkout the HWMCC24 branch or download the binary release at https://github.com/gipsyh/rIC3-HWMCC24.
cargo install rIC3
rustup default nightlygit clone --recurse-submodules https://github.com/gipsyh/rIC3cd rIC3 && cargo b --releasecargo r --release -- <AIGER FILE>cargo install --path .rIC3 <AIGER FILE>rIC3 -e ic3 <AIGER FILE>docker build -t ric3 .docker run -v <AIGER FILE>:/model.aig ric3 model.aigCopyright (C) 2023 - Present, Yuheng Su (gipsyh.icu@gmail.com). All rights reserved.