| Alternative 1 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(y - z, t - x, x\right)
\]
| Alternative 2 |
|---|
| Accuracy | 53.1% |
|---|
| Cost | 2921 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
t_2 := y \cdot \left(-x\right)\\
\mathbf{if}\;y - z \leq -2 \cdot 10^{+232}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq -5 \cdot 10^{+192}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y - z \leq -1 \cdot 10^{+118}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq -5 \cdot 10^{+97}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y - z \leq -2 \cdot 10^{-8}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 4 \cdot 10^{-13}:\\
\;\;\;\;x\\
\mathbf{elif}\;y - z \leq 5 \cdot 10^{+204}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y - z \leq 1.496 \cdot 10^{+217}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;y - z \leq 5 \cdot 10^{+225} \lor \neg \left(y - z \leq 2 \cdot 10^{+237}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 58.1% |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
t_2 := y \cdot \left(t - x\right)\\
\mathbf{if}\;y \leq -0.01:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -5.2 \cdot 10^{-131}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -2.7 \cdot 10^{-295}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4 \cdot 10^{-76}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{+28}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 64.3% |
|---|
| 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 -0.015:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.95 \cdot 10^{-293}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 5 \cdot 10^{-134}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 2.7 \cdot 10^{+22}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 67.9% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := x \cdot \left(z + 1\right)\\
\mathbf{if}\;y \leq -0.0146:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-121}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -6.1 \cdot 10^{-291}:\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{elif}\;y \leq 0.0016:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 37.1% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.3 \cdot 10^{+77}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{elif}\;y \leq -0.0125:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 3.1 \cdot 10^{-75}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.3 \cdot 10^{+73}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 76.8% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -1.5 \cdot 10^{+23} \lor \neg \left(t \leq 29000000000\right):\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(\left(z + 1\right) - y\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 81.7% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -12.2 \lor \neg \left(t \leq 9 \cdot 10^{-13}\right):\\
\;\;\;\;x + \left(y - z\right) \cdot t\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(\left(z + 1\right) - y\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 36.9% |
|---|
| Cost | 588 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.01:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 1.25 \cdot 10^{-75}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4 \cdot 10^{+72}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 72.7% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.0135 \lor \neg \left(y \leq 0.0016\right):\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot t\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 12 |
|---|
| Accuracy | 37.6% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.0112:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 4.3 \cdot 10^{-11}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]