| Alternative 1 |
|---|
| Error | 37.65% |
|---|
| Cost | 1578 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-y\right)\\
\mathbf{if}\;y \leq -4.9 \cdot 10^{+123}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq -4.4 \cdot 10^{+18}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -2.65 \cdot 10^{-56}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 8 \cdot 10^{-80}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 1.75 \cdot 10^{-65}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 0.0016:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{+43} \lor \neg \left(y \leq 1.55 \cdot 10^{+88}\right) \land \left(y \leq 3.1 \cdot 10^{+197} \lor \neg \left(y \leq 3.3 \cdot 10^{+248}\right)\right):\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 19.75% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(x - z\right)\\
\mathbf{if}\;y \leq -2.65 \cdot 10^{-56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 8 \cdot 10^{-80}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{-66}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 0.0016:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 19.62% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(x - z\right)\\
\mathbf{if}\;y \leq -2.4 \cdot 10^{-56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 8 \cdot 10^{-80}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 1.55 \cdot 10^{-66}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 900:\\
\;\;\;\;z \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 37.19% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.4 \cdot 10^{-56}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 6.5 \cdot 10^{-80}:\\
\;\;\;\;z\\
\mathbf{elif}\;y \leq 1.25 \cdot 10^{-65}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq 0.0016:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.39% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -520000000 \lor \neg \left(y \leq 1\right):\\
\;\;\;\;y \cdot \left(x - z\right)\\
\mathbf{else}:\\
\;\;\;\;z + y \cdot x\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.02% |
|---|
| Cost | 576 |
|---|
\[z \cdot \left(1 - y\right) + y \cdot x
\]
| Alternative 7 |
|---|
| Error | 0.02% |
|---|
| Cost | 448 |
|---|
\[z + y \cdot \left(x - z\right)
\]