rIC3

Crates.iorIC3
lib.rsrIC3
version1.5.1
created_at2024-12-07 07:56:54.897773+00
updated_at2025-09-05 07:30:07.799526+00
descriptionhardware model checker
homepage
repositoryhttps://github.com/gipsyh/rIC3
max_upload_size
id1475423
size1,286,061
Yuheng Su (gipsyh)

documentation

README

rIC3 Hardware Model Checker

License: GPL v3 CI Crates.io Docker

HWMCC

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.

Publications

rIC3 Tool Flow

Install From Crates.io

cargo install rIC3

Install From Source

  • Install the Rust compiler https://www.rust-lang.org/
  • Switch to nightly rustup default nightly
  • git clone --recurse-submodules https://github.com/gipsyh/rIC3
  • Build cd rIC3 && cargo b --release
  • Run cargo r --release -- <AIGER FILE>
  • Install cargo install --path .

Run

  • 16-threads Portfolio rIC3 <AIGER FILE>
  • single-thread IC3 rIC3 -e ic3 <AIGER FILE>

Docker

  • build image: docker build -t ric3 .
  • run: docker run -v <AIGER FILE>:/model.aig ric3 model.aig

Copyright (C) 2023 - Present, Yuheng Su (gipsyh.icu@gmail.com). All rights reserved.

Commit count: 805

cargo fmt