| Alternative 1 |
|---|
| Error | 23.8 |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.5 \cdot 10^{+42}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -2.5 \cdot 10^{-12}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y}\right)\\
\mathbf{elif}\;y \leq -3.9 \cdot 10^{-30} \lor \neg \left(y \leq 4.6 \cdot 10^{-24}\right):\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(x \cdot \frac{0.5}{y}\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 23.8 |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.5 \cdot 10^{+42}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq -2.3 \cdot 10^{-11}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y}\right)\\
\mathbf{elif}\;y \leq -3.2 \cdot 10^{-38} \lor \neg \left(y \leq 5.7 \cdot 10^{-24}\right):\\
\;\;\;\;y \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;x \cdot \frac{x}{y \cdot 2}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 15.2 |
|---|
| Cost | 841 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.2 \cdot 10^{+91} \lor \neg \left(x \leq -9.8 \cdot 10^{+14}\right):\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{x \cdot x}{y \cdot 2}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 6.5 |
|---|
| Cost | 841 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.3 \cdot 10^{-37} \lor \neg \left(x \leq 4.7 \cdot 10^{-33}\right):\\
\;\;\;\;\left(y + \frac{x}{\frac{y}{x}}\right) \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 15.2 |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.2 \cdot 10^{+91}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z}{\frac{y}{z}} - y\right)\\
\mathbf{elif}\;x \leq -1.08 \cdot 10^{+15}:\\
\;\;\;\;\frac{x \cdot x}{y \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 6.5 |
|---|
| Cost | 840 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.6 \cdot 10^{-37}:\\
\;\;\;\;-0.5 \cdot \left(\frac{z - x}{\frac{y}{x}} - y\right)\\
\mathbf{elif}\;x \leq 1.65 \cdot 10^{-33}:\\
\;\;\;\;-0.5 \cdot \left(z \cdot \frac{z}{y} - y\right)\\
\mathbf{else}:\\
\;\;\;\;\left(y + \frac{x}{\frac{y}{x}}\right) \cdot 0.5\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.1 |
|---|
| Cost | 832 |
|---|
\[-0.5 \cdot \left(\frac{z - x}{\frac{y}{x + z}} - y\right)
\]
| Alternative 8 |
|---|
| Error | 23.4 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.05 \cdot 10^{+27}:\\
\;\;\;\;y \cdot 0.5\\
\mathbf{elif}\;y \leq 6 \cdot 10^{-23}:\\
\;\;\;\;x \cdot \left(x \cdot \frac{0.5}{y}\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.5\\
\end{array}
\]