| Alternative 1 |
|---|
| Error | 31.2 |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_0 := \frac{-4}{y} \cdot z\\
t_1 := 4 \cdot \frac{x}{y}\\
\mathbf{if}\;x \leq -2.5 \cdot 10^{+40}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -5.5 \cdot 10^{-42}:\\
\;\;\;\;4\\
\mathbf{elif}\;x \leq -1.4 \cdot 10^{-73}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -8.2 \cdot 10^{-188}:\\
\;\;\;\;4\\
\mathbf{elif}\;x \leq 10^{-275}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.05 \cdot 10^{+14}:\\
\;\;\;\;4\\
\mathbf{elif}\;x \leq 2.15 \cdot 10^{+64}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 31.2 |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_0 := \frac{z}{\frac{y}{-4}}\\
t_1 := 4 \cdot \frac{x}{y}\\
\mathbf{if}\;x \leq -4.2 \cdot 10^{+41}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -3.4 \cdot 10^{-41}:\\
\;\;\;\;4\\
\mathbf{elif}\;x \leq -6.4 \cdot 10^{-74}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -9 \cdot 10^{-188}:\\
\;\;\;\;4\\
\mathbf{elif}\;x \leq 3 \cdot 10^{-275}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.45 \cdot 10^{+14}:\\
\;\;\;\;4\\
\mathbf{elif}\;x \leq 5.05 \cdot 10^{+64}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 17.0 |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.5 \cdot 10^{+132}:\\
\;\;\;\;4\\
\mathbf{elif}\;y \leq 1.65 \cdot 10^{+46} \lor \neg \left(y \leq 10^{+97}\right) \land y \leq 5.5 \cdot 10^{+178}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{else}:\\
\;\;\;\;4\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 11.1 |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
t_0 := -4 \cdot \frac{z - x}{y}\\
\mathbf{if}\;x \leq -3.5 \cdot 10^{+41}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.1 \cdot 10^{-74}:\\
\;\;\;\;4 + -4 \cdot \frac{z}{y}\\
\mathbf{elif}\;x \leq 5 \cdot 10^{+40} \lor \neg \left(x \leq 10^{+102}\right):\\
\;\;\;\;4 + 4 \cdot \frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 11.5 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.45 \cdot 10^{+41} \lor \neg \left(x \leq 5.6 \cdot 10^{+60}\right):\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{else}:\\
\;\;\;\;4 + -4 \cdot \frac{z}{y}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 29.8 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.5 \cdot 10^{+40} \lor \neg \left(x \leq 4.3 \cdot 10^{+64}\right):\\
\;\;\;\;4 \cdot \frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;4\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.2 |
|---|
| Cost | 576 |
|---|
\[4 + \frac{-4}{y} \cdot \left(z - x\right)
\]