| Alternative 1 |
|---|
| Error | 31.09% |
|---|
| Cost | 3440 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
t_2 := x \cdot \left(z - y\right)\\
t_3 := x + \left(y - z\right) \cdot t\\
t_4 := y \cdot \left(t - x\right)\\
\mathbf{if}\;y - z \leq -2 \cdot 10^{+247}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y - z \leq -4 \cdot 10^{+205}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq -5 \cdot 10^{+176}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y - z \leq -2 \cdot 10^{+82}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y - z \leq -5 \cdot 10^{+60}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq -4 \cdot 10^{+24}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y - z \leq -2000:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y - z \leq 100000:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y - z \leq 2 \cdot 10^{+108}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 10^{+161}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y - z \leq 2 \cdot 10^{+212}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y - z \leq 2 \cdot 10^{+225}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_4\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 47.03% |
|---|
| Cost | 1361 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
\mathbf{if}\;y - z \leq -1 \cdot 10^{+22}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq -2000:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;y - z \leq -2 \cdot 10^{-64} \lor \neg \left(y - z \leq 10^{-101}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 30.42% |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
t_2 := x + y \cdot t\\
\mathbf{if}\;z \leq -1.02 \cdot 10^{-19}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -5.8 \cdot 10^{-220}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 8.5 \cdot 10^{-251}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;z \leq 5.2 \cdot 10^{-112}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 5.5 \cdot 10^{-6}:\\
\;\;\;\;x - z \cdot t\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 20.47% |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := x + \left(y - z\right) \cdot t\\
t_2 := x \cdot \left(z - y\right)\\
t_3 := x + t_2\\
\mathbf{if}\;x \leq -3.1 \cdot 10^{-14}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;x \leq 2.5 \cdot 10^{-71}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 5.8 \cdot 10^{-51}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;x \leq 8.6 \cdot 10^{-10}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_3\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 31.63% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
t_2 := x + y \cdot t\\
\mathbf{if}\;z \leq -1.15 \cdot 10^{-17}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.6 \cdot 10^{-219}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 2.25 \cdot 10^{-251}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;z \leq 2.25 \cdot 10^{-64}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.04% |
|---|
| Cost | 832 |
|---|
\[x \cdot \left(z - y\right) + \left(x + \left(y - z\right) \cdot t\right)
\]
| Alternative 7 |
|---|
| Error | 60.98% |
|---|
| Cost | 785 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(-t\right)\\
\mathbf{if}\;z \leq -2.1 \cdot 10^{-92}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 3.3 \cdot 10^{-66}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 300000000 \lor \neg \left(z \leq 8.4 \cdot 10^{+96}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 59.83% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -5.8 \cdot 10^{+146}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -4 \cdot 10^{+23}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq -0.0008:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.15 \cdot 10^{-53}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 35.39% |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -5.8:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -8.2 \cdot 10^{-70}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;z \leq 2.25 \cdot 10^{-64}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 16.06% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.6 \lor \neg \left(y \leq 1.56\right):\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 36.93% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.2 \cdot 10^{-81} \lor \neg \left(x \leq 9 \cdot 10^{-16}\right):\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 0.04% |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 13 |
|---|
| Error | 59.25% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.2 \cdot 10^{-17}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 7.4 \cdot 10^{-35}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 14 |
|---|
| Error | 59.62% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq 1:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]