Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Feb 24, 2025
1 parent 2ac5057 commit ba8f308
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/cpp/cvc5_proof_rule_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ const char* toString(cvc5::ProofRewriteRule rule)
case ProofRewriteRule::MACRO_BV_EQ_SOLVE: return "macro-bv-eq-solve";
case ProofRewriteRule::BV_UMULO_ELIM: return "bv-umulo-elim";
case ProofRewriteRule::BV_SMULO_ELIM: return "bv-smulo-elim";
case ProofRewriteRule::BV_ADD_COMBINE_LIKE_TERMS:
return "bv-add-combine-like-terms";
case ProofRewriteRule::BV_MULT_SIMPLIFY: return "bv-mult-simplify";
case ProofRewriteRule::BV_BITWISE_SLICING: return "bv-bitwise-slicing";
case ProofRewriteRule::BV_REPEAT_ELIM: return "bv-repeat-elim";
case ProofRewriteRule::STR_CTN_MULTISET_SUBSET:
Expand Down

0 comments on commit ba8f308

Please sign in to comment.