| Alternative 1 |
|---|
| Error | 35.12% |
|---|
| Cost | 1944 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \frac{t}{-y}\\
\mathbf{if}\;\frac{x}{y} \leq -5 \cdot 10^{+121}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;\frac{x}{y} \leq -1 \cdot 10^{-37}:\\
\;\;\;\;\frac{x}{y} \cdot z\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{-184}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-155}:\\
\;\;\;\;x \cdot \frac{z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-15}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{+176}:\\
\;\;\;\;\frac{z}{\frac{y}{x}}\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 35.49% |
|---|
| Cost | 1944 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{x}{y} \leq -5 \cdot 10^{+63}:\\
\;\;\;\;\frac{x}{y} \cdot \left(-t\right)\\
\mathbf{elif}\;\frac{x}{y} \leq -1 \cdot 10^{-37}:\\
\;\;\;\;\frac{x}{y} \cdot z\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{-184}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-155}:\\
\;\;\;\;x \cdot \frac{z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-15}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{+176}:\\
\;\;\;\;\frac{z}{\frac{y}{x}}\\
\mathbf{else}:\\
\;\;\;\;x \cdot \frac{t}{-y}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 30.1% |
|---|
| Cost | 1637 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(1 - \frac{x}{y}\right)\\
\mathbf{if}\;t \leq -1.5 \cdot 10^{-76}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -6 \cdot 10^{-120}:\\
\;\;\;\;\frac{z}{\frac{y}{x}}\\
\mathbf{elif}\;t \leq -2.4 \cdot 10^{-142}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -3.2 \cdot 10^{-177}:\\
\;\;\;\;x \cdot \frac{z}{y}\\
\mathbf{elif}\;t \leq -2.95 \cdot 10^{-210}:\\
\;\;\;\;t\\
\mathbf{elif}\;t \leq -8.5 \cdot 10^{-258}:\\
\;\;\;\;\frac{x \cdot z}{y}\\
\mathbf{elif}\;t \leq 7.8 \cdot 10^{-271} \lor \neg \left(t \leq 3.2 \cdot 10^{-220}\right) \land t \leq 3.8 \cdot 10^{-144}:\\
\;\;\;\;\frac{x}{y} \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 23.97% |
|---|
| Cost | 1489 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \frac{z - t}{y}\\
\mathbf{if}\;\frac{x}{y} \leq -1 \cdot 10^{-37}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{-184}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-155} \lor \neg \left(\frac{x}{y} \leq 2000000000\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t \cdot \left(1 - \frac{x}{y}\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 6.74% |
|---|
| Cost | 1488 |
|---|
\[\begin{array}{l}
t_1 := t + \frac{z}{\frac{y}{x}}\\
t_2 := x \cdot \frac{z - t}{y}\\
\mathbf{if}\;\frac{x}{y} \leq -2 \cdot 10^{+24}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;\frac{x}{y} \leq -5 \cdot 10^{-136}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-309}:\\
\;\;\;\;t + \frac{x \cdot z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 0.002:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 6.38% |
|---|
| Cost | 1488 |
|---|
\[\begin{array}{l}
t_1 := t + \frac{z}{\frac{y}{x}}\\
\mathbf{if}\;\frac{x}{y} \leq -2000:\\
\;\;\;\;\frac{x \cdot \left(z - t\right)}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq -5 \cdot 10^{-136}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-309}:\\
\;\;\;\;t + \frac{x \cdot z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 0.002:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;x \cdot \frac{z - t}{y}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 3.89% |
|---|
| Cost | 1488 |
|---|
\[\begin{array}{l}
t_1 := t + \frac{z}{\frac{y}{x}}\\
t_2 := \frac{z - t}{\frac{y}{x}}\\
\mathbf{if}\;\frac{x}{y} \leq -2000:\\
\;\;\;\;t_2\\
\mathbf{elif}\;\frac{x}{y} \leq -5 \cdot 10^{-136}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-309}:\\
\;\;\;\;t + \frac{x \cdot z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 0.002:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 35.87% |
|---|
| Cost | 1362 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{x}{y} \leq -5.3 \cdot 10^{-39} \lor \neg \left(\frac{x}{y} \leq 6.5 \cdot 10^{-181}\right) \land \left(\frac{x}{y} \leq 1.3 \cdot 10^{-155} \lor \neg \left(\frac{x}{y} \leq 1.3 \cdot 10^{-10}\right)\right):\\
\;\;\;\;\frac{x}{y} \cdot z\\
\mathbf{else}:\\
\;\;\;\;t\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 36.05% |
|---|
| Cost | 1360 |
|---|
\[\begin{array}{l}
t_1 := \frac{x}{y} \cdot z\\
\mathbf{if}\;\frac{x}{y} \leq -1 \cdot 10^{-37}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{-184}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-155}:\\
\;\;\;\;x \cdot \frac{z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-15}:\\
\;\;\;\;t\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 35.99% |
|---|
| Cost | 1360 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{x}{y} \leq -1 \cdot 10^{-37}:\\
\;\;\;\;\frac{x}{y} \cdot z\\
\mathbf{elif}\;\frac{x}{y} \leq 10^{-184}:\\
\;\;\;\;t\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-155}:\\
\;\;\;\;x \cdot \frac{z}{y}\\
\mathbf{elif}\;\frac{x}{y} \leq 2 \cdot 10^{-15}:\\
\;\;\;\;t\\
\mathbf{else}:\\
\;\;\;\;\frac{z}{\frac{y}{x}}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 7.41% |
|---|
| Cost | 969 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{x}{y} \leq -2 \cdot 10^{+24} \lor \neg \left(\frac{x}{y} \leq 0.002\right):\\
\;\;\;\;x \cdot \frac{z - t}{y}\\
\mathbf{else}:\\
\;\;\;\;t + \frac{z}{\frac{y}{x}}\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 3.2% |
|---|
| Cost | 576 |
|---|
\[t + \frac{x}{y} \cdot \left(z - t\right)
\]