| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\left(x + \sin y\right) + z \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 20.8 |
|---|
| Cost | 7385 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;y \leq -2.55 \cdot 10^{+181}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{+58}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq -7.5 \cdot 10^{+20}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 9.5 \cdot 10^{+71}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{elif}\;y \leq 7.5 \cdot 10^{+197} \lor \neg \left(y \leq 1.7 \cdot 10^{+276}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\sin y\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.5 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -1.66 \cdot 10^{+156}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -0.00185:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 9.2 \cdot 10^{-9}:\\
\;\;\;\;x + \sin y\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{+163}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 7.1 |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.2 \cdot 10^{+156} \lor \neg \left(z \leq 1.16 \cdot 10^{+163}\right):\\
\;\;\;\;z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;z + \left(x + \sin y\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 21.1 |
|---|
| Cost | 6860 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.95 \cdot 10^{-82}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 6.5 \cdot 10^{-241}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-109}:\\
\;\;\;\;\sin y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 15.3 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.5 \cdot 10^{-109}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 3.7 \cdot 10^{-103}:\\
\;\;\;\;z + \sin y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 19.9 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.2:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq 2.9 \cdot 10^{-54}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 21.4 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.65 \cdot 10^{-110}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 1.8 \cdot 10^{-297}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 31.4 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.8 \cdot 10^{+62}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 7.8 \cdot 10^{+43}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]