Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gipsyh committed Dec 17, 2024
1 parent 98e5378 commit aa4b30b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rIC3"
version = "1.2.4-dev"
version = "1.3.0"
edition = "2021"
authors = ["Yuheng Su <[email protected]>"]
repository = "https://github.com/gipsyh/rIC3"
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,22 @@

To view the submission for HWMCC'24, please checkout the `HWMCC24` branch or download the binary release at https://github.com/gipsyh/rIC3-HWMCC24.

## Build and Run

## Install From Crates.io
```cargo install rIC3```

```rIC3 <aig model>```


## Install From Source
Currently, some dependency libraries are linked through pre-compiled static files in the repository, and they have a dependency on the glibc version. Ubuntu 20.04 or later works fine.

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

Copyright (C) 2023 - Present, Yuheng Su ([email protected]). All rights reserved.

Expand Down

0 comments on commit aa4b30b

Please sign in to comment.