| Alternative 1 |
|---|
| Error | 9.4 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_0 := 2 \cdot y + z\\
\mathbf{if}\;z \leq -1000000000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 24000000000:\\
\;\;\;\;2 \cdot \left(y + x\right) + x\\
\mathbf{elif}\;z \leq 7 \cdot 10^{+124}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;3 \cdot x + z\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 9.9 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_0 := 2 \cdot y + z\\
\mathbf{if}\;y \leq -8 \cdot 10^{+89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.02:\\
\;\;\;\;2 \cdot x + \left(z + x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 30.5 |
|---|
| Cost | 588 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4 \cdot 10^{+93}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq -2.4 \cdot 10^{-297}:\\
\;\;\;\;2 \cdot y\\
\mathbf{elif}\;z \leq 1.62 \cdot 10^{-46}:\\
\;\;\;\;x \cdot 3\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 12.2 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.2 \cdot 10^{+87}:\\
\;\;\;\;x \cdot 3\\
\mathbf{elif}\;x \leq 2.2 \cdot 10^{+138}:\\
\;\;\;\;2 \cdot y + z\\
\mathbf{else}:\\
\;\;\;\;x \cdot 3\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 9.9 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := 2 \cdot y + z\\
\mathbf{if}\;y \leq -4.8 \cdot 10^{+89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.035:\\
\;\;\;\;3 \cdot x + z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.1 |
|---|
| Cost | 576 |
|---|
\[2 \cdot \left(x + y\right) + \left(x + z\right)
\]
| Alternative 7 |
|---|
| Error | 29.9 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.4 \cdot 10^{+94}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 10^{+69}:\\
\;\;\;\;2 \cdot y\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]