| Alternative 1 |
|---|
| Error | 24.0 |
|---|
| Cost | 1049 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-y\right)\\
\mathbf{if}\;x \leq -2.2 \cdot 10^{+99}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -2.9 \cdot 10^{-19}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 8.8 \cdot 10^{-11}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 1.8 \cdot 10^{+78} \lor \neg \left(x \leq 3.2 \cdot 10^{+167}\right) \land x \leq 7 \cdot 10^{+211}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 17.2 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.4 \cdot 10^{-131} \lor \neg \left(y \leq 0.114\right):\\
\;\;\;\;y \cdot \left(1 - x\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 13.5 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.3 \cdot 10^{-113} \lor \neg \left(y \leq 0.124\right):\\
\;\;\;\;y \cdot \left(1 - x\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(z - y\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.2 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6500000 \lor \neg \left(x \leq 8.8 \cdot 10^{-11}\right):\\
\;\;\;\;x \cdot \left(z - y\right)\\
\mathbf{else}:\\
\;\;\;\;y + x \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 25.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2 \cdot 10^{-113}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 13:\\
\;\;\;\;x \cdot z\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[y + x \cdot \left(z - y\right)
\]