Skip to content

Commit

Permalink
Merge pull request PrincetonUniversity#659 from PrincetonUniversity/e…
Browse files Browse the repository at this point in the history
…ntailer

Add rep_lia to Catalog; closes PrincetonUniversity#628
  • Loading branch information
andrew-appel authored Jan 31, 2023
2 parents dfdb551 + c3ef3da commit 24a1072
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file modified doc/VC.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions doc/VC.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4967,6 +4967,10 @@ \chapter{Catalog of tactics/lemmas}
(tactic; \autopageref{refcard:entailer}, \autopageref{refcard:entailments})
Like \lstinline{entailer}, but faster and more powerful---however,
it sometimes turns a provable goal into an unprovable goal.
\item[\textsf{entailer!!}]
(tactic; \autopageref{refcard:entailer}, \autopageref{refcard:entailments})
Like \lstinline{entailer!}, but does not put hypotheses above the line
derived from SEP and LOCAL clauses.
\item[\textsf{Exists} $v$]
(tactic; \autoref{refcard:EX})
Expand Down Expand Up @@ -5047,6 +5051,12 @@ \chapter{Catalog of tactics/lemmas}
proof goal for abstracting/factoring out as a separate lemma.
% Superordinate tactics: $\mathit{semax\_subcommand}$\\
\item[\textsf{rep\_lia}]
(tactic; \autopageref{refcard:rep-lia})
Solves goals in linear integer arithmetic (like \lstinline{lia}) enhanced
by extra facts about 32-bit and 64-bit modular representations of integers
(Int and Int64 modules).
\item[\textsf{semax\_subcommand\ $V$\ $G$\ $F$}]
(tactic)
Applicable to a proof state with a semax goal.
Expand Down

0 comments on commit 24a1072

Please sign in to comment.