| Alternative 1 |
|---|
| Error | 45.6% |
|---|
| Cost | 2140 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
t_2 := z \cdot \left(x - t\right)\\
\mathbf{if}\;y - z \leq -1 \cdot 10^{+91}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq -10000000:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y - z \leq -5 \cdot 10^{-38}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 4 \cdot 10^{-87}:\\
\;\;\;\;x\\
\mathbf{elif}\;y - z \leq 4 \cdot 10^{+52}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 10^{+58}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;y - z \leq 2 \cdot 10^{+190}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 46.47% |
|---|
| Cost | 1881 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
\mathbf{if}\;y - z \leq -5 \cdot 10^{-38}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 4 \cdot 10^{-87}:\\
\;\;\;\;x\\
\mathbf{elif}\;y - z \leq 4 \cdot 10^{+52}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 10^{+58}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;y - z \leq 2 \cdot 10^{+190} \lor \neg \left(y - z \leq 10^{+230}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 62.63% |
|---|
| Cost | 1577 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(-t\right)\\
\mathbf{if}\;z \leq -8.1 \cdot 10^{+90}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -2.8 \cdot 10^{-65}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.15 \cdot 10^{-82}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq -9 \cdot 10^{-121}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -2.3 \cdot 10^{-160}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;z \leq -9.5 \cdot 10^{-210}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq -2.95 \cdot 10^{-254}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq 2.3 \cdot 10^{-43}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1.72 \cdot 10^{+14} \lor \neg \left(z \leq 1.2 \cdot 10^{+78}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 35.91% |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \left(1 - y\right)\\
t_2 := z \cdot \left(x - t\right)\\
t_3 := y \cdot \left(t - x\right)\\
\mathbf{if}\;z \leq -290000000000:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -6.4 \cdot 10^{-71}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;z \leq -6.4 \cdot 10^{-125}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -3.5 \cdot 10^{-169}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;z \leq -6.6 \cdot 10^{-209}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.12 \cdot 10^{-254}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;z \leq 2 \cdot 10^{-28}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 34.05% |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
t_2 := x + y \cdot t\\
\mathbf{if}\;z \leq -12.4:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.45 \cdot 10^{-127}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -2.2 \cdot 10^{-169}:\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{elif}\;z \leq -9.5 \cdot 10^{-239}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 2 \cdot 10^{-28}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 25.53% |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.2 \cdot 10^{-14} \lor \neg \left(x \leq -2.9 \cdot 10^{-32} \lor \neg \left(x \leq -2.9 \cdot 10^{-90}\right) \land x \leq 1.22 \cdot 10^{-73}\right):\\
\;\;\;\;x \cdot \left(\left(z + 1\right) - y\right)\\
\mathbf{else}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 20% |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -1.12 \cdot 10^{-69} \lor \neg \left(t \leq -1.48 \cdot 10^{-143} \lor \neg \left(t \leq -1.45 \cdot 10^{-208}\right) \land t \leq 1.2 \cdot 10^{-76}\right):\\
\;\;\;\;x + \left(y - z\right) \cdot t\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(\left(z + 1\right) - y\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 19.87% |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
t_1 := x + \left(y - z\right) \cdot t\\
\mathbf{if}\;t \leq -3 \cdot 10^{-67}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -5 \cdot 10^{-145}:\\
\;\;\;\;x \cdot \left(\left(z + 1\right) - y\right)\\
\mathbf{elif}\;t \leq -1.45 \cdot 10^{-208} \lor \neg \left(t \leq 5.2 \cdot 10^{-84}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;x + x \cdot \left(z - y\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 58.99% |
|---|
| Cost | 917 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{-38}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 8.2 \cdot 10^{-29}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.2 \cdot 10^{+52} \lor \neg \left(y \leq 1.2 \cdot 10^{+80}\right) \land y \leq 9.5 \cdot 10^{+181}:\\
\;\;\;\;y \cdot t\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 40.34% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \left(z + 1\right)\\
\mathbf{if}\;x \leq -3.8 \cdot 10^{+128}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 7.2 \cdot 10^{-57}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;x \leq 1.65 \cdot 10^{+94} \lor \neg \left(x \leq 2.4 \cdot 10^{+145}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 35.2% |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -52000000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.1 \cdot 10^{-70}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{-28}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 28.78% |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -4 \cdot 10^{-27}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -3.8 \cdot 10^{-101}:\\
\;\;\;\;x \cdot \left(z + 1\right)\\
\mathbf{elif}\;y \leq 6.4 \cdot 10^{-20}:\\
\;\;\;\;x - z \cdot t\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 0.04% |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 14 |
|---|
| Error | 59.05% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.8 \cdot 10^{-38}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 1.12 \cdot 10^{-27}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]