| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.4 |
|---|
| Cost | 7517 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot z\\
\mathbf{if}\;y \leq -4.9 \cdot 10^{+238}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.45 \cdot 10^{+194}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.1 \cdot 10^{+153}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.00078:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 0.25:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 4.2 \cdot 10^{+83} \lor \neg \left(y \leq 4.2 \cdot 10^{+197}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.2 |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.7 \cdot 10^{-129} \lor \neg \left(z \leq 9.5 \cdot 10^{-86}\right):\\
\;\;\;\;x + \sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x \cdot \cos y\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.8 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.0011 \lor \neg \left(y \leq 2.55 \cdot 10^{-17}\right):\\
\;\;\;\;\sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]