Skip to content
Snippets Groups Projects

Add some bitvector rules

Merged Hans-Jörg requested to merge devel/bb2024 into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -229,6 +229,16 @@ simplifications.}
\ruleref{qnt_simplify} & Simplification of constant quantified formulas. \\
\end{xltabular}
\begin{xltabular}{\linewidth}{l X}
\caption{Bitvector rules.}
\label{rule-tab:simplification}\\
Rule & Description \\
\hline
\ruleref{bitblast_extract} & Bitblasting of $\lsymb{extract}$. \\
\ruleref{bitblast_ult} & Bitblasting of $\lsymb{ult}$. \\
\ruleref{bitblast_add} & Bitblasting of $\lsymb{add}$. \\
\end{xltabular}
\subsection{Rule List}
\label{sec:alethe:rules-list}
Loading