| Alternative 1 |
|---|
| Error | 0.0 |
|---|
| Cost | 13248 |
|---|
\[\left(x + \sin y\right) + z \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 17.4 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
\mathbf{if}\;z \leq -6 \cdot 10^{+131}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 8.8 \cdot 10^{-227}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 3.2 \cdot 10^{-200}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;z \leq 2.7 \cdot 10^{+158}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.7 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
\mathbf{if}\;z \leq -5.4 \cdot 10^{+138}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.4 \cdot 10^{-17}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 2.3 \cdot 10^{-61}:\\
\;\;\;\;\sin y + x\\
\mathbf{elif}\;z \leq 1.35 \cdot 10^{+157}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 3.3 |
|---|
| Cost | 7116 |
|---|
\[\begin{array}{l}
t_0 := \begin{array}{l}
\mathbf{if}\;z \ne 0:\\
\;\;\;\;\cos y \cdot z\\
\mathbf{else}:\\
\;\;\;\;z \cdot \cos y\\
\end{array} + x\\
\mathbf{if}\;z \leq -1.3 \cdot 10^{-16}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.4 \cdot 10^{-61}:\\
\;\;\;\;\sin y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 9.9 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := \left(y + x\right) + z \cdot \cos y\\
\mathbf{if}\;z \leq -7.2 \cdot 10^{-16}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.2 \cdot 10^{-16}:\\
\;\;\;\;\sin y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 22.0 |
|---|
| Cost | 6992 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.4 \cdot 10^{-82}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq -1.15 \cdot 10^{-128}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;x \leq -3.5 \cdot 10^{-252}:\\
\;\;\;\;\left(y + z\right) + x\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-103}:\\
\;\;\;\;\sin y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 19.3 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.08 \cdot 10^{+70}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq 2 \cdot 10^{-37}:\\
\;\;\;\;\left(y + z\right) + x\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 26.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.2 \cdot 10^{+16}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-45}:\\
\;\;\;\;y + z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 20.4 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.6 \cdot 10^{-88}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 4.5 \cdot 10^{-105}:\\
\;\;\;\;y + z\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 35.2 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.25 \cdot 10^{-79}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.25 \cdot 10^{-97}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 28.6 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.2 \cdot 10^{+16}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.4 \cdot 10^{-42}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]