| Alternative 1 | |
|---|---|
| Accuracy | 72.7% |
| Cost | 986 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.2 \cdot 10^{+100}:\\
\;\;\;\;500 \cdot x\\
\mathbf{elif}\;x \leq -1 \cdot 10^{+57} \lor \neg \left(x \leq -1.9 \cdot 10^{-16}\right) \land \left(x \leq 2.8 \cdot 10^{-35} \lor \neg \left(x \leq 6 \cdot 10^{+19}\right) \land x \leq 3 \cdot 10^{+81}\right):\\
\;\;\;\;-500 \cdot y\\
\mathbf{else}:\\
\;\;\;\;500 \cdot x\\
\end{array}
\]