| Alternative 1 |
|---|
| Error | 32.7 |
|---|
| Cost | 1380 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.6 \cdot 10^{+75}:\\
\;\;\;\;z \cdot y\\
\mathbf{elif}\;z \leq -2.15 \cdot 10^{+42}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1:\\
\;\;\;\;z \cdot y\\
\mathbf{elif}\;z \leq -3.2 \cdot 10^{-219}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 9.6 \cdot 10^{-302}:\\
\;\;\;\;y\\
\mathbf{elif}\;z \leq 1.75 \cdot 10^{-185}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1.2 \cdot 10^{-104}:\\
\;\;\;\;y\\
\mathbf{elif}\;z \leq 1.1 \cdot 10^{-22}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;z \cdot y\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 31.5 |
|---|
| Cost | 1360 |
|---|
\[\begin{array}{l}
t_0 := z + 1 \leq 1\\
t_1 := \left(z + 1\right) \cdot y\\
\mathbf{if}\;z + 1 \leq -5 \cdot 10^{+75}:\\
\;\;\;\;z \cdot y\\
\mathbf{elif}\;z + 1 \leq -2 \cdot 10^{+43}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;t_0:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t_0:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 32.7 |
|---|
| Cost | 1116 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.39:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -2.5 \cdot 10^{-219}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 9.6 \cdot 10^{-302}:\\
\;\;\;\;y\\
\mathbf{elif}\;z \leq 1.1 \cdot 10^{-184}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 8.5 \cdot 10^{-104}:\\
\;\;\;\;y\\
\mathbf{elif}\;z \leq 8.5 \cdot 10^{-24}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 2.1:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 13.8 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := \left(z + 1\right) \cdot x\\
t_1 := \left(z + 1\right) \cdot y\\
\mathbf{if}\;x \leq -170000000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -3.3 \cdot 10^{-90}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -2.55 \cdot 10^{-113}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -9.6 \cdot 10^{-132}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -7 \cdot 10^{-185}:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.6 |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(y + x\right)\\
\mathbf{if}\;z + 1 \leq -5:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z + 1 \leq 2:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 13.3 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.4 \cdot 10^{+75}:\\
\;\;\;\;z \cdot y\\
\mathbf{elif}\;z \leq -2.05 \cdot 10^{+43}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1:\\
\;\;\;\;z \cdot y\\
\mathbf{elif}\;z \leq 850000000000:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;z \cdot y\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 704 |
|---|
\[\left(z + 1\right) \cdot x + \left(z + 1\right) \cdot y
\]
| Alternative 8 |
|---|
| Error | 31.9 |
|---|
| Cost | 460 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -13500000000000:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -2.06 \cdot 10^{-81}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq -6.8 \cdot 10^{-114}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[\left(z + 1\right) \cdot \left(y + x\right)
\]