| Alternative 1 |
|---|
| Accuracy | 52.3% |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := -4 \cdot \frac{z}{y}\\
\mathbf{if}\;y \leq -1.9 \cdot 10^{+81}:\\
\;\;\;\;2\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{+64}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -122000000000:\\
\;\;\;\;2\\
\mathbf{elif}\;y \leq -7.6 \cdot 10^{-143}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 5.8 \cdot 10^{+83}:\\
\;\;\;\;4 \cdot \frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;2\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 52.8% |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.8 \cdot 10^{+152} \lor \neg \left(z \leq -3.8 \cdot 10^{+119} \lor \neg \left(z \leq -3.8 \cdot 10^{+92}\right) \land z \leq 1.55 \cdot 10^{+119}\right):\\
\;\;\;\;-4 \cdot \frac{z}{y}\\
\mathbf{else}:\\
\;\;\;\;2\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 99.7% |
|---|
| Cost | 832 |
|---|
\[1 + \frac{4}{\frac{y}{x + \left(y \cdot 0.25 - z\right)}}
\]
| Alternative 4 |
|---|
| Accuracy | 80.8% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -96000000000 \lor \neg \left(y \leq 8.5 \cdot 10^{+82}\right):\\
\;\;\;\;2 + -4 \cdot \frac{z}{y}\\
\mathbf{else}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 84.9% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.02 \cdot 10^{+91} \lor \neg \left(z \leq 1.8 \cdot 10^{+109}\right):\\
\;\;\;\;2 + -4 \cdot \frac{z}{y}\\
\mathbf{else}:\\
\;\;\;\;2 + 4 \cdot \frac{x}{y}\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 73.6% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.5 \cdot 10^{+80}:\\
\;\;\;\;2\\
\mathbf{elif}\;y \leq 9.2 \cdot 10^{+173}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{else}:\\
\;\;\;\;2\\
\end{array}
\]