Skip to content

Updates to the theory of tables #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion language/sygus.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ \subsection{Asserting Synthesis Constraints and Assumptions}%

This command adds $t$ to the set of assumptions.
Like constraints,
this command is well formed if $t$ is a well-sorted term of sort $\sbool$.
this command is well formed if $t$ is a well-sorted term of sort $\sbool$,
and is allowed based on the restrictions of the current logic.

\item $\paren{\constraintinvkwd\mbox{ }S\mbox{ }S_{pre}\mbox{ }S_{trans}\mbox{ }S_{post}}$
Expand Down
3 changes: 3 additions & 0 deletions tableTheory/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@


\global\long\def\paren#1{{\tt (}#1{\tt )}}

\global\long\def\abstype#1{?#1}
\global\long\def\abstypebase{?}
Loading