Skip to content

Commit bf7dd1b

Browse files
committed
Simplify
1 parent c60a866 commit bf7dd1b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

language/sygus.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,12 +1058,9 @@ \subsection{Asserting Oracle Constraints and Assumptions}
10581058

10591059
Assuming this command is well-formed,
10601060
the interaction between the synthesis solver and the binary
1061-
can be understood as the solver passing \emph{constant values}\footnote{
1062-
A definition of constant value for $T$ coincides with terms generated by the
1063-
SyGuS grammar term $\paren{\constantkwd\mbox{ }T}$.
1064-
}
1061+
can be understood as the solver passing values
10651062
$c_1, \ldots, c_n$ for $x_1, \ldots x_n$ as input to the binary,
1066-
and the binary generating a list of constant values
1063+
and the binary generating a list of values
10671064
$d_{1}, \ldots, d_{m}$ corresponding to the output $y_{1}, \ldots y_{m}$.
10681065
The expected implementation for passing
10691066
constant values as input and output

0 commit comments

Comments
 (0)