| Alternative 1 | |
|---|---|
| Error | 17.4 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{+94}:\\
\;\;\;\;-500 \cdot y\\
\mathbf{elif}\;y \leq -1.25 \cdot 10^{+41}:\\
\;\;\;\;500 \cdot x\\
\mathbf{elif}\;y \leq -1.36 \cdot 10^{-6}:\\
\;\;\;\;-500 \cdot y\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{+103}:\\
\;\;\;\;500 \cdot x\\
\mathbf{else}:\\
\;\;\;\;-500 \cdot y\\
\end{array}
\]