Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gipsyh committed Dec 7, 2024
1 parent 2fda544 commit 0d3edc3
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 23 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ repository = "https://github.com/gipsyh/rIC3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aig = { path = "./deps/aig-rs", version = "0.2.1" }
satif-minisat = { path = "./deps/minisat-rs", version = "0.2.1" }
satif-cadical = { path = "./deps/cadical-rs", version = "0.1.0" }
satif-kissat = { path = "./deps/kissat-rs", version = "0.4.0" }
logic-form = { path = "./deps/logic-form", version = "0.2.0" }
aig = { path = "./deps/aig-rs", version = "0.2" }
satif-minisat = { path = "./deps/minisat-rs", version = "0.2" }
satif-cadical = { path = "./deps/cadical-rs", version = "0.1" }
satif-kissat = { path = "./deps/kissat-rs", version = "0.4" }
logic-form = { path = "./deps/logic-form", version = "0.2" }
giputils = { path = "./deps/giputils", version = "0.2" }
satif = { path = "./deps/satif", version = "0.1" }
abc-rs = { path = "./deps/abc-rs", version = "0.2" }
btor = { path = "./deps/btor-rs", version = "*" }
clap = { version = "4.5.16", features = ["derive"] }
rand = "0.8.5"
ctrlc = { version = "3.4.1", features = ["termination"] }
giputils = { path = "./deps/giputils", version = "0.2.0" }
satif = { path = "./deps/satif", version = "0.1.0" }
bitfield-struct = "0.8.0"
abc-rs = { path = "./deps/abc-rs", version = "0.2.1" }
tempfile = "3.10.1"
process_control = "4.1.0"
nix = { version = "0.27.1", features = ["signal"] }
procspawn = "1.0.0"
btor = { path = "./deps/btor-rs", version = "*" }
shadow-rs = "0.34.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion deps/abc-rs
Submodule abc-rs updated 4 files
+66 −34 Cargo.lock
+5 −2 Cargo.toml
+10 −10 build.rs
+ libabc.a
2 changes: 1 addition & 1 deletion deps/aig-rs
Submodule aig-rs updated 1 files
+2 −2 Cargo.toml
2 changes: 1 addition & 1 deletion deps/cadical-rs
Submodule cadical-rs updated 2 files
+43 −34 Cargo.lock
+5 −5 Cargo.toml
2 changes: 1 addition & 1 deletion deps/kissat-rs
Submodule kissat-rs updated 2 files
+3 −3 Cargo.lock
+4 −4 Cargo.toml
2 changes: 1 addition & 1 deletion deps/logic-form
Submodule logic-form updated 1 files
+2 −2 Cargo.toml
2 changes: 1 addition & 1 deletion deps/minisat-rs
Submodule minisat-rs updated 1 files
+3 −3 Cargo.toml
2 changes: 1 addition & 1 deletion deps/satif
Submodule satif updated 2 files
+165 −26 Cargo.lock
+2 −2 Cargo.toml

0 comments on commit 0d3edc3

Please sign in to comment.