| Alternative 1 |
|---|
| Accuracy | 70.9% |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.5 \cdot 10^{+16} \lor \neg \left(x \leq -2.4 \cdot 10^{-32} \lor \neg \left(x \leq -6.2 \cdot 10^{-74}\right) \land x \leq 1.55 \cdot 10^{-75}\right):\\
\;\;\;\;3 \cdot \left(x \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;-z\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 70.7% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.6 \cdot 10^{+16}:\\
\;\;\;\;3 \cdot \left(x \cdot y\right)\\
\mathbf{elif}\;x \leq -4.6 \cdot 10^{-26} \lor \neg \left(x \leq -3.1 \cdot 10^{-75}\right) \land x \leq 7.2 \cdot 10^{-75}:\\
\;\;\;\;-z\\
\mathbf{else}:\\
\;\;\;\;\left(x \cdot 3\right) \cdot y\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 448 |
|---|
\[x \cdot \left(3 \cdot y\right) - z
\]
| Alternative 4 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 448 |
|---|
\[\left(x \cdot 3\right) \cdot y - z
\]