| Alternative 1 |
|---|
| Accuracy | 56.6% |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := x + \left(y + y\right)\\
\mathbf{if}\;y \leq -1.15 \cdot 10^{+91}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -3.4 \cdot 10^{-64}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq -4.1 \cdot 10^{-100}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq -2.2 \cdot 10^{-170}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq -3.9 \cdot 10^{-233}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 17500:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq 6.5 \cdot 10^{+65}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 3.05 \cdot 10^{+84}:\\
\;\;\;\;x + z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 52.8% |
|---|
| Cost | 1248 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.4 \cdot 10^{+91}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq -6 \cdot 10^{-98}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq -5.5 \cdot 10^{-163}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq -8.5 \cdot 10^{-234}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{-126}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{-95}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 1.65 \cdot 10^{-29}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 6 \cdot 10^{+65}:\\
\;\;\;\;x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 55.9% |
|---|
| Cost | 1248 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.2 \cdot 10^{+91}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq -2.4 \cdot 10^{-63}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq -2.05 \cdot 10^{-100}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq -9.5 \cdot 10^{-170}:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq -2.05 \cdot 10^{-232}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 37000:\\
\;\;\;\;x + z\\
\mathbf{elif}\;y \leq 5.2 \cdot 10^{+67}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 1.06 \cdot 10^{+86}:\\
\;\;\;\;x + z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 79.4% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.2 \cdot 10^{+146}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq -3.7 \cdot 10^{+99} \lor \neg \left(x \leq -7 \cdot 10^{+69}\right) \land x \leq 6.5 \cdot 10^{+141}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 85.4% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5.8 \cdot 10^{+91} \lor \neg \left(y \leq 2.9 \cdot 10^{+83}\right):\\
\;\;\;\;y \cdot 2 + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z + x \cdot 3\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 85.4% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -9 \cdot 10^{+102} \lor \neg \left(y \leq 5.5 \cdot 10^{+64}\right):\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z + x \cdot 3\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 99.9% |
|---|
| Cost | 576 |
|---|
\[x + \left(z + 2 \cdot \left(x + y\right)\right)
\]
| Alternative 8 |
|---|
| Accuracy | 52.3% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.5 \cdot 10^{+44}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{+83}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]