| Alternative 1 | |
|---|---|
| Error | 17.4 |
| Cost | 721 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.8 \cdot 10^{+53}:\\
\;\;\;\;-200 \cdot y\\
\mathbf{elif}\;y \leq 6 \cdot 10^{-89} \lor \neg \left(y \leq 3.8 \cdot 10^{-48}\right) \land y \leq 5.1 \cdot 10^{+96}:\\
\;\;\;\;200 \cdot x\\
\mathbf{else}:\\
\;\;\;\;-200 \cdot y\\
\end{array}
\]