| Alternative 1 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(y - z, t - x, x\right)
\]
| Alternative 2 |
|---|
| Accuracy | 51.0% |
|---|
| Cost | 1048 |
|---|
\[\begin{array}{l}
t_1 := -z \cdot t\\
t_2 := x \cdot \left(1 - y\right)\\
\mathbf{if}\;z \leq -37000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -7 \cdot 10^{-206}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -2.2 \cdot 10^{-229}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq 4.8 \cdot 10^{+31}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq 8.2 \cdot 10^{+150}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{+273}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 46.0% |
|---|
| Cost | 981 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -4 \cdot 10^{-11}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;t \leq -3.5 \cdot 10^{-298}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;t \leq 8.6 \cdot 10^{-14} \lor \neg \left(t \leq 7.4 \cdot 10^{+46}\right) \land t \leq 1.08 \cdot 10^{+105}:\\
\;\;\;\;x \cdot \left(z + 1\right)\\
\mathbf{else}:\\
\;\;\;\;-z \cdot t\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 76.4% |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := x + \left(y - z\right) \cdot t\\
t_2 := x + y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -2.4 \cdot 10^{+39}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -1.6 \cdot 10^{-147}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.6 \cdot 10^{-175}:\\
\;\;\;\;x \cdot \left(z + 1\right)\\
\mathbf{elif}\;y \leq 2060000000000:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 84.2% |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := x + z \cdot \left(x - t\right)\\
t_2 := x + y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -4.1 \cdot 10^{+39}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -4.9 \cdot 10^{-27}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.85 \cdot 10^{-44}:\\
\;\;\;\;x + \left(y - z\right) \cdot t\\
\mathbf{elif}\;y \leq 1860000000000:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 34.8% |
|---|
| Cost | 916 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(-x\right)\\
\mathbf{if}\;t \leq -1.75 \cdot 10^{-15}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;t \leq -8.5 \cdot 10^{-114}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -2.3 \cdot 10^{-146}:\\
\;\;\;\;x\\
\mathbf{elif}\;t \leq -1.1 \cdot 10^{-297}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq 1.1 \cdot 10^{-65}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;-z \cdot t\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 51.1% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := x + y \cdot t\\
\mathbf{if}\;t \leq -5.2 \cdot 10^{-8}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -1.5 \cdot 10^{-298}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;t \leq 2.45 \cdot 10^{-16}:\\
\;\;\;\;x \cdot \left(z + 1\right)\\
\mathbf{elif}\;t \leq 2.2 \cdot 10^{+234}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;-z \cdot t\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 68.9% |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
t_1 := x + \left(y - z\right) \cdot t\\
\mathbf{if}\;t \leq -5.2 \cdot 10^{-31}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -1.4 \cdot 10^{-298}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;t \leq 5.2 \cdot 10^{-68}:\\
\;\;\;\;x \cdot \left(z + 1\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 51.1% |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -2.15 \cdot 10^{-13}:\\
\;\;\;\;x + y \cdot t\\
\mathbf{elif}\;t \leq -1 \cdot 10^{-297}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;t \leq 5 \cdot 10^{-68}:\\
\;\;\;\;x \cdot \left(z + 1\right)\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot t\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 80.8% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -8 \cdot 10^{-31} \lor \neg \left(t \leq 5.3 \cdot 10^{-68}\right):\\
\;\;\;\;x + \left(y - z\right) \cdot t\\
\mathbf{else}:\\
\;\;\;\;x + x \cdot \left(z - y\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 35.1% |
|---|
| Cost | 652 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -1.5 \cdot 10^{-27}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;t \leq -1.3 \cdot 10^{-138}:\\
\;\;\;\;x\\
\mathbf{elif}\;t \leq 5.7 \cdot 10^{-67}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;-z \cdot t\\
\end{array}
\]
| Alternative 12 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 13 |
|---|
| Accuracy | 37.3% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5.8 \cdot 10^{-36}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 4 \cdot 10^{-94}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 14 |
|---|
| Accuracy | 34.9% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.3 \cdot 10^{+34}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 0.47:\\
\;\;\;\;y \cdot t\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]