| Alternative 1 |
|---|
| Error | 23.2 |
|---|
| Cost | 916 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-x\right)\\
\mathbf{if}\;x \leq -4.4 \cdot 10^{+165}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq -2.4 \cdot 10^{+98}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -7.5 \cdot 10^{-36}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 7.4 \cdot 10^{-44}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 4.5 \cdot 10^{+35}:\\
\;\;\;\;x \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 16.0 |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.5 \cdot 10^{-99} \lor \neg \left(y \leq -1.86 \cdot 10^{-121} \lor \neg \left(y \leq -2.1 \cdot 10^{-174}\right) \land y \leq 2.1 \cdot 10^{-137}\right):\\
\;\;\;\;y \cdot \left(1 - x\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 12.0 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(z - y\right)\\
\mathbf{if}\;x \leq -3.3 \cdot 10^{-38}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.55 \cdot 10^{-43}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-11}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 63000000000:\\
\;\;\;\;y \cdot \left(1 - x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.9 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.46 \lor \neg \left(x \leq 1\right):\\
\;\;\;\;x \cdot \left(z - y\right)\\
\mathbf{else}:\\
\;\;\;\;y + x \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[x \cdot z + y \cdot \left(1 - x\right)
\]
| Alternative 6 |
|---|
| Error | 23.6 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.4 \cdot 10^{-35}:\\
\;\;\;\;x \cdot z\\
\mathbf{elif}\;x \leq 3.2 \cdot 10^{-48}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x \cdot z\\
\end{array}
\]