Skip to content

Commit

Permalink
fix: remove bitblast_extract rule
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeLLS committed Nov 21, 2023
1 parent f8e3126 commit 2aa2ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion carcara/src/checker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ impl<'c> ProofChecker<'c> {
"la_mult_pos" => extras::la_mult_pos,
"la_mult_neg" => extras::la_mult_neg,
"mod_simplify" => extras::mod_simplify,
"bitblast_extract" => bvextract::extract,

// Special rules that always check as valid, and are used to indicate holes in the
// proof.
Expand Down

0 comments on commit 2aa2ecc

Please sign in to comment.