| Alternative 1 |
|---|
| Error | 31.0 |
|---|
| Cost | 1644 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.02 \cdot 10^{+70}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq -6.5 \cdot 10^{-74}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq -5.4 \cdot 10^{-288}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 2.35 \cdot 10^{-160}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 1.35 \cdot 10^{-131}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 14500000000:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 2.6 \cdot 10^{+38}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 6.8 \cdot 10^{+39}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 2.55 \cdot 10^{+76}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;y \leq 2.7 \cdot 10^{+97}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 5.2 \cdot 10^{+116}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 30.8 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.8 \cdot 10^{+69}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 55000000000:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 5.4 \cdot 10^{+97}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 5.6 \cdot 10^{+116}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.5 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.9 \cdot 10^{+18} \lor \neg \left(z \leq 3.6 \cdot 10^{+33}\right):\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x + 2 \cdot \left(x + y\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.5 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.4 \cdot 10^{+24} \lor \neg \left(x \leq 4 \cdot 10^{+18}\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z + y \cdot 2\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 13.1 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.6 \cdot 10^{+101}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq 2.7 \cdot 10^{+143}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 9.5 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.5 \cdot 10^{+24}:\\
\;\;\;\;x \cdot 2 + \left(x + z\right)\\
\mathbf{elif}\;x \leq 7.2 \cdot 10^{+16}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z + x \cdot 3\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.1 |
|---|
| Cost | 576 |
|---|
\[x + \left(z + 2 \cdot \left(x + y\right)\right)
\]