| Alternative 1 |
|---|
| Error | 40.4 |
|---|
| Cost | 1576 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(-z\right)\\
t_2 := x \cdot \left(-y\right)\\
\mathbf{if}\;y \leq -2.3 \cdot 10^{+219}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{+103}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-16}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq -3.15 \cdot 10^{-77}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.5 \cdot 10^{-194}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{-302}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.1 \cdot 10^{-135}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{-60}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{+42}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq 1.37 \cdot 10^{+228}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t \cdot y\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 30.6 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(-z\right)\\
t_2 := \left(t - x\right) \cdot y\\
\mathbf{if}\;y \leq -9.6 \cdot 10^{-17}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -3.1 \cdot 10^{-77}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -1.05 \cdot 10^{-195}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -8.2 \cdot 10^{-303}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5.4 \cdot 10^{-140}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 5.7 \cdot 10^{-58}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 26.3 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(-z\right)\\
t_2 := \left(t - x\right) \cdot y\\
t_3 := x + t \cdot y\\
\mathbf{if}\;y \leq -4.6 \cdot 10^{+44}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -1.9 \cdot 10^{-161}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y \leq -2.45 \cdot 10^{-194}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -4.6 \cdot 10^{-303}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y \leq 1.2 \cdot 10^{-216}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1:\\
\;\;\;\;t_3\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 40.3 |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(-z\right)\\
\mathbf{if}\;y \leq -3.4 \cdot 10^{-16}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq -2.5 \cdot 10^{-77}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -1 \cdot 10^{-194}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -5.2 \cdot 10^{-303}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.3 \cdot 10^{-134}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 3 \cdot 10^{-58}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t \cdot y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 15.1 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := \left(t - x\right) \cdot y\\
t_2 := x + t \cdot \left(y - z\right)\\
\mathbf{if}\;y \leq -7 \cdot 10^{+45}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{-211}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -1.8 \cdot 10^{-307}:\\
\;\;\;\;x + x \cdot z\\
\mathbf{elif}\;y \leq 2.95 \cdot 10^{+28}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 10.5 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := \left(t - x\right) \cdot y\\
t_2 := x + t \cdot \left(y - z\right)\\
\mathbf{if}\;y \leq -1.05 \cdot 10^{+45}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -2.8 \cdot 10^{-87}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 9.2 \cdot 10^{-110}:\\
\;\;\;\;x + z \cdot \left(x - t\right)\\
\mathbf{elif}\;y \leq 2.3 \cdot 10^{+28}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 10.1 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := \left(t - x\right) \cdot y\\
t_2 := x + t \cdot \left(y - z\right)\\
\mathbf{if}\;y \leq -5.5 \cdot 10^{+44}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -4.1 \cdot 10^{-88}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 5.4 \cdot 10^{-106}:\\
\;\;\;\;x + z \cdot \left(x - t\right)\\
\mathbf{elif}\;y \leq 2.4 \cdot 10^{-9}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;x + t_1\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 20.0 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := \left(t - x\right) \cdot y\\
t_2 := x - t \cdot z\\
\mathbf{if}\;y \leq -1.7 \cdot 10^{-15}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{-211}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -1.8 \cdot 10^{-307}:\\
\;\;\;\;x + x \cdot z\\
\mathbf{elif}\;y \leq 1.85 \cdot 10^{-57}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 21.3 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := \left(t - x\right) \cdot y\\
\mathbf{if}\;y \leq -7.6 \cdot 10^{-16}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{-111}:\\
\;\;\;\;x + x \cdot z\\
\mathbf{elif}\;y \leq 1:\\
\;\;\;\;x + t \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 13.3 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.8 \cdot 10^{+15} \lor \neg \left(x \leq 1.35 \cdot 10^{-12}\right):\\
\;\;\;\;x + x \cdot \left(z - y\right)\\
\mathbf{else}:\\
\;\;\;\;x + t \cdot \left(y - z\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[x + \left(t - x\right) \cdot \left(y - z\right)
\]
| Alternative 12 |
|---|
| Error | 38.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.5 \cdot 10^{-17}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq 1.15 \cdot 10^{-57}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t \cdot y\\
\end{array}
\]