| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\left(x + \sin y\right) + z \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 19.2 |
|---|
| Cost | 7648 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;x \leq -7.4 \cdot 10^{-28}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;x \leq -1.82 \cdot 10^{-124}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -7.5 \cdot 10^{-181}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;x \leq -1.08 \cdot 10^{-240}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{-282}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;x \leq 3.6 \cdot 10^{-248}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 8 \cdot 10^{-222}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;x \leq 6.5 \cdot 10^{-107}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 10.2 |
|---|
| Cost | 6988 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -2.3 \cdot 10^{+94}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -6.5 \cdot 10^{-41}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;z \leq 4.5 \cdot 10^{+17}:\\
\;\;\;\;x + \sin y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 2.9 |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.6 \cdot 10^{-41} \lor \neg \left(z \leq 9.5 \cdot 10^{-12}\right):\\
\;\;\;\;x + z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;x + \sin y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.4 |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.92 \lor \neg \left(z \leq 7.5\right):\\
\;\;\;\;x + z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;\sin y + \left(x + z\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 14.7 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.76 \cdot 10^{-9}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;x \leq 5.6 \cdot 10^{-127}:\\
\;\;\;\;z + \sin y\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 22.8 |
|---|
| Cost | 6728 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.32 \cdot 10^{-48}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;x \leq 4.4 \cdot 10^{-208}:\\
\;\;\;\;\sin y\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 31.0 |
|---|
| Cost | 592 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.15 \cdot 10^{+141}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq -76000:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -1.4 \cdot 10^{-16}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 3.1 \cdot 10^{+63}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 18.7 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.6 \cdot 10^{+46}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq 0.65:\\
\;\;\;\;x + \left(z + y\right)\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 21.7 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq 6.2 \cdot 10^{-62}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq 1.42 \cdot 10^{-12}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;x + z\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 37.0 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq 4.9 \cdot 10^{-59}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.1 \cdot 10^{-9}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]