| Alternative 1 |
|---|
| Error | 17.2 |
|---|
| Cost | 1240 |
|---|
\[\begin{array}{l}
t_0 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;y \leq -3.563243647930472 \cdot 10^{+93}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -1.0376794548657044 \cdot 10^{+81}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -261.55216085306904:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -4.1810103471523726 \cdot 10^{-88}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5.11892908021761 \cdot 10^{-119}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 2.7938966266030838 \cdot 10^{+91}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 16.9 |
|---|
| Cost | 1240 |
|---|
\[\begin{array}{l}
t_0 := 2 \cdot \frac{x}{y} + -1\\
t_1 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;y \leq -3.563243647930472 \cdot 10^{+93}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.0376794548657044 \cdot 10^{+81}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -261.55216085306904:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -4.1810103471523726 \cdot 10^{-88}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -5.11892908021761 \cdot 10^{-119}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.7938966266030838 \cdot 10^{+91}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 18.0 |
|---|
| Cost | 856 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.563243647930472 \cdot 10^{+93}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -1.0376794548657044 \cdot 10^{+81}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -2.28443306424693 \cdot 10^{-53}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -4.1810103471523726 \cdot 10^{-88}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -5.11892908021761 \cdot 10^{-119}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 4.52455093276619 \cdot 10^{+75}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]