Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gipsyh committed Dec 16, 2024
1 parent 2583f65 commit 476e8be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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.2"
version = "1.2.3"
edition = "2021"
authors = ["Yuheng Su <[email protected]>"]
repository = "https://github.com/gipsyh/rIC3"
Expand Down
2 changes: 1 addition & 1 deletion deps/cadical-rs
Submodule cadical-rs updated 5 files
+1 −0 .gitignore
+0 −356 Cargo.lock
+1 −1 Cargo.toml
+20 −26 build.rs
+1 −1 src/main.rs
2 changes: 1 addition & 1 deletion deps/giputils
Submodule giputils updated 7 files
+1 −0 .gitignore
+0 −164 Cargo.lock
+1 −1 Cargo.toml
+25 −0 src/build.rs
+6 −4 src/grc.rs
+1 −0 src/gvec.rs
+1 −0 src/lib.rs
2 changes: 1 addition & 1 deletion deps/kissat-rs
Submodule kissat-rs updated 4 files
+1 −0 .gitignore
+0 −321 Cargo.lock
+1 −1 Cargo.toml
+20 −27 build.rs
1 change: 1 addition & 0 deletions src/proofoblig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ impl ProofObligationQueue {
}
}

#[allow(unused)]
pub fn iter(&self) -> btree_set::Iter<'_, ProofObligation> {
self.obligations.iter()
}
Expand Down

0 comments on commit 476e8be

Please sign in to comment.