| Alternative 1 |
|---|
| Error | 10.9 |
|---|
| Cost | 13648 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -1.05 \cdot 10^{+53}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.8 \cdot 10^{-42}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{+50}:\\
\;\;\;\;x + \sin y\\
\mathbf{elif}\;z \leq 2 \cdot 10^{+186}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;\sin y + t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.0 |
|---|
| Cost | 13248 |
|---|
\[z \cdot \cos y + \left(x + \sin y\right)
\]
| Alternative 3 |
|---|
| Error | 19.6 |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -1.6 \cdot 10^{+54}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -5 \cdot 10^{-248}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq -3.3 \cdot 10^{-291}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{-117}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 1.75 \cdot 10^{-62}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;z \leq 8.8 \cdot 10^{+185}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 19.2 |
|---|
| Cost | 7124 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.1 \cdot 10^{+223}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq -1.45 \cdot 10^{+186}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;y \leq -7.2 \cdot 10^{+53}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq 3800000000000:\\
\;\;\;\;z + \left(y + x\right)\\
\mathbf{elif}\;y \leq 1.42 \cdot 10^{+51}:\\
\;\;\;\;\sin y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 10.9 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -7 \cdot 10^{+56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.8 \cdot 10^{-42}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{+50}:\\
\;\;\;\;x + \sin y\\
\mathbf{elif}\;z \leq 1.02 \cdot 10^{+185}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 18.7 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.85 \cdot 10^{+54} \lor \neg \left(y \leq 1.92 \cdot 10^{-16}\right):\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;z + \left(y + x\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 20.1 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.2 \cdot 10^{-166}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 8 \cdot 10^{-214}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 28.9 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.32 \cdot 10^{-67}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.1 \cdot 10^{+21}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]