| Alternative 1 |
|---|
| Error | 22.5 |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_1 := x + z \cdot x\\
t_2 := y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -4.5 \cdot 10^{+30}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-48}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{elif}\;y \leq -1.85 \cdot 10^{-199}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 3.6 \cdot 10^{-301}:\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{elif}\;y \leq 2.46 \cdot 10^{-175}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2.2 \cdot 10^{-97}:\\
\;\;\;\;x + t \cdot y\\
\mathbf{elif}\;y \leq 6.5 \cdot 10^{-6}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 38.5 |
|---|
| Cost | 1180 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -6.7 \cdot 10^{+61}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -5.4 \cdot 10^{-58}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq -7.2 \cdot 10^{-204}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 6.4 \cdot 10^{-301}:\\
\;\;\;\;t \cdot \left(-z\right)\\
\mathbf{elif}\;y \leq 6.6 \cdot 10^{-7}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 8.8 \cdot 10^{+82}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq 1.26 \cdot 10^{+274}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t \cdot y\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 22.8 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
t_2 := x \cdot \left(1 - y\right)\\
\mathbf{if}\;z \leq -3.8 \cdot 10^{-9}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -6.5 \cdot 10^{-135}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -1.32 \cdot 10^{-163}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{elif}\;z \leq -1.8 \cdot 10^{-194}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -3.4 \cdot 10^{-252}:\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{elif}\;z \leq 3.6 \cdot 10^{-21}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 38.9 |
|---|
| Cost | 1048 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -3.7 \cdot 10^{+116}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -7.5 \cdot 10^{+80}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.1 \cdot 10^{-8}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -2.75 \cdot 10^{-176}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -3.4 \cdot 10^{-262}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;z \leq 3.7 \cdot 10^{-25}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 22.2 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_1 := x + z \cdot x\\
t_2 := y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -4.6 \cdot 10^{+30}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -2.8 \cdot 10^{-50}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{elif}\;y \leq -5.2 \cdot 10^{-201}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4.2 \cdot 10^{-299}:\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{elif}\;y \leq 1.48 \cdot 10^{-5}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 24.3 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \left(1 - y\right)\\
\mathbf{if}\;x \leq -3.1 \cdot 10^{-37}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.36 \cdot 10^{-45}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{elif}\;x \leq 3.8 \cdot 10^{+55} \lor \neg \left(x \leq 3.7 \cdot 10^{+145}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 23.8 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
t_2 := x \cdot \left(1 - y\right)\\
\mathbf{if}\;z \leq -4.1 \cdot 10^{-9}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.75 \cdot 10^{-134}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -5.2 \cdot 10^{-252}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{elif}\;z \leq 1.18 \cdot 10^{-20}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 0.0 |
|---|
| Cost | 832 |
|---|
\[t \cdot \left(y - z\right) - x \cdot \left(y - \left(z + 1\right)\right)
\]
| Alternative 9 |
|---|
| Error | 29.0 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.8 \cdot 10^{+67}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 7.5 \cdot 10^{+18}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{elif}\;x \leq 8.8 \cdot 10^{+52}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.5 \cdot 10^{+145}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 10.9 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1 \cdot 10^{-8} \lor \neg \left(z \leq 6 \cdot 10^{-15}\right):\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 10.3 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.1 \cdot 10^{-5} \lor \neg \left(y \leq 12.5\right):\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x + z \cdot \left(x - t\right)\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 13 |
|---|
| Error | 37.7 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.15 \cdot 10^{-57}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq 1.85 \cdot 10^{-8}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t \cdot y\\
\end{array}
\]