| Alternative 1 |
|---|
| Error | 9.4 |
|---|
| Cost | 1240 |
|---|
\[\begin{array}{l}
t_0 := z + y \cdot 2\\
t_1 := x + 2 \cdot \left(x + y\right)\\
\mathbf{if}\;y \leq -4.5 \cdot 10^{+162}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.9 \cdot 10^{+65}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -7.8 \cdot 10^{+33}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{+40}:\\
\;\;\;\;x \cdot 2 + \left(x + z\right)\\
\mathbf{elif}\;y \leq 3.1 \cdot 10^{+100}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{+117}:\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 29.8 |
|---|
| Cost | 852 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.32 \cdot 10^{+67}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq -5.2 \cdot 10^{-57}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;z \leq -1.32 \cdot 10^{-154}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;z \leq 1.38 \cdot 10^{-307}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;z \leq 7.2 \cdot 10^{+50}:\\
\;\;\;\;x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 14.4 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.5 \cdot 10^{+100}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq 8 \cdot 10^{+36} \lor \neg \left(x \leq 1.32 \cdot 10^{+70}\right) \land x \leq 3 \cdot 10^{+203}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.5 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.56 \cdot 10^{+35} \lor \neg \left(y \leq 2.1 \cdot 10^{+42}\right):\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 2 + \left(x + z\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 9.5 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.7 \cdot 10^{+34} \lor \neg \left(y \leq 6.4 \cdot 10^{+41}\right):\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z + x \cdot 3\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.1 |
|---|
| Cost | 576 |
|---|
\[x + \left(z + 2 \cdot \left(x + y\right)\right)
\]
| Alternative 7 |
|---|
| Error | 30.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.1 \cdot 10^{+66}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 7.6 \cdot 10^{+90}:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]