| Alternative 1 |
|---|
| Error | 46.55% |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := \frac{x \cdot 4}{y}\\
t_1 := -4 \cdot \frac{z}{y}\\
\mathbf{if}\;y \leq -5 \cdot 10^{+48}:\\
\;\;\;\;2\\
\mathbf{elif}\;y \leq 8.5 \cdot 10^{-239}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 6.8 \cdot 10^{-76}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 5.5 \cdot 10^{+27}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 8.6 \cdot 10^{+63}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;2\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 14.41% |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
t_0 := 2 + 4 \cdot \frac{x}{y}\\
\mathbf{if}\;x \leq -4.2 \cdot 10^{+131}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -6.3 \cdot 10^{+87}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{elif}\;x \leq -2.8 \cdot 10^{-31} \lor \neg \left(x \leq 6.4 \cdot 10^{-10}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;2 + -4 \cdot \frac{z}{y}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 18.37% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.5 \cdot 10^{-18} \lor \neg \left(y \leq 2.7 \cdot 10^{+75}\right):\\
\;\;\;\;2 + -4 \cdot \frac{z}{y}\\
\mathbf{else}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 25.52% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{+145}:\\
\;\;\;\;2\\
\mathbf{elif}\;y \leq 3.6 \cdot 10^{+75}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{else}:\\
\;\;\;\;2\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 46.6% |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -9.5 \cdot 10^{+48}:\\
\;\;\;\;2\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{+75}:\\
\;\;\;\;-4 \cdot \frac{z}{y}\\
\mathbf{else}:\\
\;\;\;\;2\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.26% |
|---|
| Cost | 576 |
|---|
\[2 + \frac{-4}{y} \cdot \left(z - x\right)
\]