| Alternative 1 |
|---|
| Error | 25.7 |
|---|
| Cost | 1176 |
|---|
\[\begin{array}{l}
t_1 := \frac{y}{t} \cdot z\\
\mathbf{if}\;x \leq -1.45 \cdot 10^{-145}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.4 \cdot 10^{-110}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 6.2 \cdot 10^{-89}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.15 \cdot 10^{-25}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.2 \cdot 10^{+100}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.04 \cdot 10^{+117}:\\
\;\;\;\;\frac{y}{t} \cdot \left(-x\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 17.2 |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.5 \cdot 10^{-141} \lor \neg \left(x \leq 7 \cdot 10^{-134}\right) \land \left(x \leq 5 \cdot 10^{-74} \lor \neg \left(x \leq 9 \cdot 10^{-26}\right)\right):\\
\;\;\;\;x \cdot \left(1 - \frac{y}{t}\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{y}{t} \cdot z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 15.4 |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.2 \cdot 10^{-137} \lor \neg \left(x \leq 7 \cdot 10^{-110}\right) \land \left(x \leq 2.2 \cdot 10^{-88} \lor \neg \left(x \leq 1.4 \cdot 10^{-25}\right)\right):\\
\;\;\;\;x \cdot \left(1 - \frac{y}{t}\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{y}{t} \cdot \left(z - x\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 25.5 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.02 \cdot 10^{-138}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.95 \cdot 10^{-109} \lor \neg \left(x \leq 4.5 \cdot 10^{-88}\right) \land x \leq 9 \cdot 10^{-26}:\\
\;\;\;\;\frac{y}{t} \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 9.0 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.8 \cdot 10^{+37} \lor \neg \left(x \leq 5.8 \cdot 10^{-11}\right):\\
\;\;\;\;x \cdot \left(1 - \frac{y}{t}\right)\\
\mathbf{else}:\\
\;\;\;\;x + \frac{y}{t} \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 9.0 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.75 \cdot 10^{+37}:\\
\;\;\;\;x - \frac{y}{t} \cdot x\\
\mathbf{elif}\;x \leq 6.6 \cdot 10^{-11}:\\
\;\;\;\;x + \frac{y}{t} \cdot z\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(1 - \frac{y}{t}\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 1.8 |
|---|
| Cost | 704 |
|---|
\[x + \frac{1}{\frac{\frac{t}{y}}{z - x}}
\]
| Alternative 8 |
|---|
| Error | 1.8 |
|---|
| Cost | 576 |
|---|
\[x + \frac{y}{t} \cdot \left(z - x\right)
\]