| Alternative 1 |
|---|
| Error | 23.8 |
|---|
| Cost | 1312 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -1.75 \cdot 10^{+155}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq -1.42 \cdot 10^{+81}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -6.6 \cdot 10^{-33}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 1.05 \cdot 10^{-73}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.25 \cdot 10^{-43}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{-11}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{+15}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{+172}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 12.5 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(z - x\right)\\
\mathbf{if}\;y \leq -7.2 \cdot 10^{-33}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{-73}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.8 \cdot 10^{-43}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 2.7 \cdot 10^{-10}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 12.5 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(z - x\right)\\
\mathbf{if}\;y \leq -8.2 \cdot 10^{-33}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.05 \cdot 10^{-73}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5 \cdot 10^{-43}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 0.0132:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 23.9 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -9.5 \cdot 10^{-33}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 1.2 \cdot 10^{-73}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.9 \cdot 10^{-43}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 4.6 \cdot 10^{-11}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 704 |
|---|
\[x + y \cdot \left(x + \left(z - \left(x + x\right)\right)\right)
\]
| Alternative 6 |
|---|
| Error | 0.9 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -31500 \lor \neg \left(y \leq 0.015\right):\\
\;\;\;\;y \cdot \left(z - x\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[x + y \cdot \left(z - x\right)
\]