| Alternative 1 |
|---|
| Error | 38.06% |
|---|
| Cost | 1181 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -2 \cdot 10^{+193}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq -100000000000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -3 \cdot 10^{-101}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 8.6 \cdot 10^{-16}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3 \cdot 10^{+66} \lor \neg \left(y \leq 2.9 \cdot 10^{+175}\right) \land y \leq 2.7 \cdot 10^{+265}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 40.68% |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.2 \cdot 10^{+44}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -6.2 \cdot 10^{-75}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq -1.02 \cdot 10^{-106}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.6 \cdot 10^{-93}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq 1.55 \cdot 10^{-31}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4200000000:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 25.66% |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.8 \cdot 10^{-115} \lor \neg \left(x \leq 2.9 \cdot 10^{-92}\right) \land \left(x \leq 1.55 \cdot 10^{-46} \lor \neg \left(x \leq 0.015\right)\right):\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 21.78% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(1 - y\right)\\
\mathbf{if}\;x \leq -1.1 \cdot 10^{-105}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.45 \cdot 10^{-91}:\\
\;\;\;\;y \cdot \left(z - x\right)\\
\mathbf{elif}\;x \leq 1.55 \cdot 10^{-46} \lor \neg \left(x \leq 0.015\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.39% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1 \lor \neg \left(y \leq 1\right):\\
\;\;\;\;y \cdot \left(z - x\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.02% |
|---|
| Cost | 448 |
|---|
\[x + y \cdot \left(z - x\right)
\]