| Alternative 1 |
|---|
| Error | 31.5 |
|---|
| Cost | 1360 |
|---|
\[\begin{array}{l}
t_0 := 1 - z \leq 1\\
t_1 := \left(1 - z\right) \cdot y\\
\mathbf{if}\;t_0:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t_0:\\
\;\;\;\;y + x\\
\mathbf{elif}\;1 - z \leq 10^{+41}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;1 - z \leq 2 \cdot 10^{+75}:\\
\;\;\;\;x \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 13.7 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := \left(1 - z\right) \cdot x\\
t_1 := \left(1 - z\right) \cdot y\\
\mathbf{if}\;x \leq -250000000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.6 \cdot 10^{-85}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -6 \cdot 10^{-114}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -3.8 \cdot 10^{-132}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -8.2 \cdot 10^{-185}:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 13.7 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := \left(1 - z\right) \cdot y\\
\mathbf{if}\;x \leq -32000000:\\
\;\;\;\;\left(1 - z\right) \cdot x\\
\mathbf{elif}\;x \leq -3.2 \cdot 10^{-90}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -4.2 \cdot 10^{-114}:\\
\;\;\;\;x - z \cdot x\\
\mathbf{elif}\;x \leq -4.2 \cdot 10^{-133}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -8.2 \cdot 10^{-185}:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 13.7 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := \left(1 - z\right) \cdot y\\
\mathbf{if}\;x \leq -420000:\\
\;\;\;\;\left(1 - z\right) \cdot x\\
\mathbf{elif}\;x \leq -1.5 \cdot 10^{-89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -3.2 \cdot 10^{-113}:\\
\;\;\;\;x - z \cdot x\\
\mathbf{elif}\;x \leq -7.8 \cdot 10^{-132}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -4.2 \cdot 10^{-185}:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;y - z \cdot y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 13.2 |
|---|
| Cost | 784 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-y\right)\\
\mathbf{if}\;z \leq -1.8 \cdot 10^{+75}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -8.8 \cdot 10^{+41}:\\
\;\;\;\;x \cdot \left(-z\right)\\
\mathbf{elif}\;z \leq -190:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 704 |
|---|
\[\left(1 - z\right) \cdot x + \left(1 - z\right) \cdot y
\]
| Alternative 7 |
|---|
| Error | 1.6 |
|---|
| Cost | 648 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(\left(-x\right) - y\right)\\
\mathbf{if}\;z \leq -1:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 13.2 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-y\right)\\
\mathbf{if}\;z \leq -165:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1:\\
\;\;\;\;y + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 32.0 |
|---|
| Cost | 460 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -19000000000000:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -1.35 \cdot 10^{-90}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq -3.5 \cdot 10^{-114}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[\left(1 - z\right) \cdot \left(y + x\right)
\]