Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gipsyh committed Dec 20, 2024
1 parent 8310cd1 commit 001197e
Show file tree
Hide file tree
Showing 15 changed files with 742 additions and 741 deletions.
3 changes: 1 addition & 2 deletions src/bmc.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use crate::{
options::Options,
transys::{unroll::TransysUnroll, Transys},
verify::witness_encode,
Engine,
witness_encode, Engine,
};
use aig::Aig;
use logic_form::Cube;
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion src/frame.rs → src/ic3/frame.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::{proofoblig::ProofObligation, transys::Transys, IC3};
use super::{proofoblig::ProofObligation, IC3};
use crate::transys::Transys;
use logic_form::{Cube, Lemma, Lit, LitSet};
use std::{
collections::HashSet,
Expand Down
File renamed without changes.
Loading

0 comments on commit 001197e

Please sign in to comment.