| Alternative 1 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(y - z, t - x, x\right)
\]
| Alternative 2 |
|---|
| Accuracy | 65.5% |
|---|
| Cost | 1508 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \left(z + 1\right)\\
t_2 := y \cdot \left(t - x\right)\\
t_3 := \left(y - z\right) \cdot t\\
t_4 := z \cdot \left(x - t\right)\\
\mathbf{if}\;y \leq -5.1 \cdot 10^{+48}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -3 \cdot 10^{-42}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y \leq -3.7 \cdot 10^{-155}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.05 \cdot 10^{-176}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y \leq 3.2 \cdot 10^{-303}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.5 \cdot 10^{-254}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y \leq 1.06 \cdot 10^{-219}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{-87}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y \leq 5 \cdot 10^{-14}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 67.0% |
|---|
| Cost | 1508 |
|---|
\[\begin{array}{l}
t_1 := x \cdot \left(z + 1\right)\\
t_2 := y \cdot \left(t - x\right)\\
t_3 := \left(y - z\right) \cdot t\\
t_4 := z \cdot \left(x - t\right)\\
\mathbf{if}\;y \leq -5.3 \cdot 10^{+48}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -6 \cdot 10^{-43}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{-152}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.05 \cdot 10^{-176}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y \leq 2 \cdot 10^{-303}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 8.4 \cdot 10^{-274}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-160}:\\
\;\;\;\;x - z \cdot t\\
\mathbf{elif}\;y \leq 9.8 \cdot 10^{-89}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;y \leq 5.1 \cdot 10^{-14}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 58.1% |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := \left(y - z\right) \cdot t\\
\mathbf{if}\;y \leq -4.4 \cdot 10^{+32}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.05 \cdot 10^{-58}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -9 \cdot 10^{-151}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-263}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 4.1 \cdot 10^{-304}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5.4 \cdot 10^{-87}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 5.1 \cdot 10^{-14}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 53.6% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
\mathbf{if}\;t \leq -2.9 \cdot 10^{-104}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -1.75 \cdot 10^{-292}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;t \leq 1.9 \cdot 10^{-158}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;t \leq 3.05 \cdot 10^{-21}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 67.1% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := z \cdot \left(x - t\right)\\
\mathbf{if}\;y \leq -5.6 \cdot 10^{+48}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -2.5 \cdot 10^{-95}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -3.5 \cdot 10^{-136}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5.1 \cdot 10^{-14}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 35.7% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.35 \cdot 10^{-49}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-160}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 8.8 \cdot 10^{-90}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 4.7 \cdot 10^{-14}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 36.1% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1 \cdot 10^{+76}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq -2.6 \cdot 10^{-81}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{-161}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5.1 \cdot 10^{-14}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 34.6% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -1.45 \cdot 10^{-103}:\\
\;\;\;\;-z \cdot t\\
\mathbf{elif}\;t \leq -6.2 \cdot 10^{-294}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;t \leq 2.3 \cdot 10^{-162}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;t \leq 61000:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 85.0% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -4.9 \cdot 10^{+27} \lor \neg \left(z \leq 1.3 \cdot 10^{+17}\right):\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 83.4% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -4 \cdot 10^{+75}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 5.1 \cdot 10^{-14}:\\
\;\;\;\;x + z \cdot \left(x - t\right)\\
\mathbf{else}:\\
\;\;\;\;x + t_1\\
\end{array}
\]
| Alternative 12 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 13 |
|---|
| Accuracy | 35.1% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -1.6 \cdot 10^{-100}:\\
\;\;\;\;-z \cdot t\\
\mathbf{elif}\;t \leq 1800000:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]