| Alternative 1 |
|---|
| Error | 24.0 |
|---|
| Cost | 1312 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-x\right)\\
\mathbf{if}\;z \leq -4.7 \cdot 10^{+93}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.5 \cdot 10^{+68}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq -8 \cdot 10^{+37}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -9 \cdot 10^{-16}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq -1.25 \cdot 10^{-71}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -2.8 \cdot 10^{-90}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 1.2 \cdot 10^{-62}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 9 \cdot 10^{+28}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 18.7 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.5 \cdot 10^{+132}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq -4 \cdot 10^{+89} \lor \neg \left(y \leq -7.5 \cdot 10^{-44}\right) \land y \leq 3.1 \cdot 10^{+66}:\\
\;\;\;\;x \cdot \left(1 - z\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 12.8 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := \left(y - x\right) \cdot z\\
\mathbf{if}\;z \leq -1.1 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1 \cdot 10^{-71}:\\
\;\;\;\;x \cdot \left(1 - z\right)\\
\mathbf{elif}\;z \leq -1.04 \cdot 10^{-91}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 10^{-62}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 24.3 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4 \cdot 10^{-26}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq -8 \cdot 10^{-72}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -3.1 \cdot 10^{-90}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 1.22 \cdot 10^{-62}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[x + \left(y - x\right) \cdot z
\]