| Alternative 1 |
|---|
| Error | 1.41% |
|---|
| Cost | 13385 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
\mathbf{if}\;x \leq -1 \lor \neg \left(x \leq 0.92\right):\\
\;\;\;\;x - t_0\\
\mathbf{else}:\\
\;\;\;\;\cos y - t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.09% |
|---|
| Cost | 13248 |
|---|
\[\left(x + \cos y\right) - \sin y \cdot z
\]
| Alternative 3 |
|---|
| Error | 20.19% |
|---|
| Cost | 7185 |
|---|
\[\begin{array}{l}
t_0 := x + \cos y\\
\mathbf{if}\;y \leq -240000000000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.112:\\
\;\;\;\;1 + \left(x - y \cdot z\right)\\
\mathbf{elif}\;y \leq 2.3 \cdot 10^{+102} \lor \neg \left(y \leq 1.02 \cdot 10^{+140}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\sin y \cdot \left(-z\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 28.44% |
|---|
| Cost | 6992 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.9 \cdot 10^{-11}:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;x \leq 8 \cdot 10^{-252}:\\
\;\;\;\;\cos y\\
\mathbf{elif}\;x \leq 6.8 \cdot 10^{-174}:\\
\;\;\;\;\left(x + 1\right) + y \cdot \left(y \cdot -0.5 - z\right)\\
\mathbf{elif}\;x \leq 3.9 \cdot 10^{-13}:\\
\;\;\;\;\cos y\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 7.32% |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.1 \cdot 10^{+20} \lor \neg \left(z \leq 1.02 \cdot 10^{+40}\right):\\
\;\;\;\;x - \sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + \cos y\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 19.4% |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -240000000000 \lor \neg \left(y \leq 0.00048\right):\\
\;\;\;\;x + \cos y\\
\mathbf{else}:\\
\;\;\;\;1 + \left(x - y \cdot z\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 30.02% |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -7.5 \cdot 10^{+39}:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;y \leq 42:\\
\;\;\;\;\left(x + 1\right) + y \cdot \left(y \cdot -0.5 - z\right)\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 29.98% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -15000000000000:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;y \leq 3.1:\\
\;\;\;\;1 + \left(x - y \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 33.64% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.6 \cdot 10^{-11}:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;x \leq 2.45 \cdot 10^{-88}:\\
\;\;\;\;1 - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 39.21% |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 5 \cdot 10^{-215}:\\
\;\;\;\;x + 1\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-172}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 36.16% |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.8 \cdot 10^{+182}:\\
\;\;\;\;x - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + 1\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 39.08% |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.85:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 0.11:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]