| Alternative 1 |
|---|
| Error | 11.72% |
|---|
| Cost | 13384 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -20000000:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 8.8 \cdot 10^{-47}:\\
\;\;\;\;\sin y + z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.08% |
|---|
| Cost | 13248 |
|---|
\[z \cdot \cos y + \left(x + \sin y\right)
\]
| Alternative 3 |
|---|
| Error | 17.6% |
|---|
| Cost | 7244 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -470:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.8 \cdot 10^{+54}:\\
\;\;\;\;x + \sin y\\
\mathbf{elif}\;z \leq 2 \cdot 10^{+181}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_0 + \left(y + x\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 28.59% |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -7.5 \cdot 10^{+39}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 4 \cdot 10^{-270}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;z \leq 6.5 \cdot 10^{-181}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;z \leq 1.2 \cdot 10^{+61}:\\
\;\;\;\;z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 30% |
|---|
| Cost | 6992 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5 \cdot 10^{+256}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq -3.8 \cdot 10^{+218}:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;y \leq -9.2 \cdot 10^{+38}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq -122000:\\
\;\;\;\;\sin y\\
\mathbf{elif}\;y \leq 3 \cdot 10^{+82}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 17.67% |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3100 \lor \neg \left(z \leq 5.5 \cdot 10^{+58}\right):\\
\;\;\;\;z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;x + \sin y\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 29.04% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -70000:\\
\;\;\;\;z + x\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{+82}:\\
\;\;\;\;y + \left(z + x\right)\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 30.99% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.2 \cdot 10^{-79}:\\
\;\;\;\;z + x\\
\mathbf{elif}\;x \leq 1.6 \cdot 10^{-166}:\\
\;\;\;\;z + y\\
\mathbf{else}:\\
\;\;\;\;z + x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 54.97% |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.2 \cdot 10^{-79}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.05 \cdot 10^{-133}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 43.76% |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.1 \cdot 10^{-5}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.3 \cdot 10^{-35}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]