| Alternative 1 |
|---|
| Error | 30.4 |
|---|
| Cost | 1248 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.6 \cdot 10^{+16}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq -9.6 \cdot 10^{-83}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq -7.4 \cdot 10^{-270}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{-150}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{-102}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 7.5 \cdot 10^{+66}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;x \leq 3.9 \cdot 10^{+100}:\\
\;\;\;\;z\\
\mathbf{elif}\;x \leq 1.16 \cdot 10^{+107}:\\
\;\;\;\;y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 9.6 |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.5 \cdot 10^{+124}:\\
\;\;\;\;z + x \cdot 3\\
\mathbf{elif}\;x \leq -9.8 \cdot 10^{+97} \lor \neg \left(x \leq -1.5 \cdot 10^{+54}\right) \land x \leq 5.7 \cdot 10^{+74}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;x + 2 \cdot \left(x + y\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.6 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := z + y \cdot 2\\
\mathbf{if}\;x \leq -1.15 \cdot 10^{+125}:\\
\;\;\;\;z + x \cdot 3\\
\mathbf{elif}\;x \leq -1.02 \cdot 10^{+98}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -3.2 \cdot 10^{+54}:\\
\;\;\;\;x + 2 \cdot \left(x + y\right)\\
\mathbf{elif}\;x \leq 6.2 \cdot 10^{+79}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3 + y \cdot 2\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 10.2 |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.5 \cdot 10^{+124} \lor \neg \left(x \leq -1.65 \cdot 10^{+90}\right) \land \left(x \leq -2800000000000 \lor \neg \left(x \leq 9.5 \cdot 10^{+106}\right)\right):\\
\;\;\;\;z + x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z + y \cdot 2\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 12.8 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.35 \cdot 10^{+125}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq 1.32 \cdot 10^{+107}:\\
\;\;\;\;z + y \cdot 2\\
\mathbf{else}:\\
\;\;\;\;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 | 29.9 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.7 \cdot 10^{+53}:\\
\;\;\;\;y \cdot 2\\
\mathbf{elif}\;y \leq 1.95 \cdot 10^{+37}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot 2\\
\end{array}
\]