| Alternative 1 |
|---|
| Error | 18.5 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := x - z \cdot t\\
\mathbf{if}\;y \leq -1835688735862209.3:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -2.208019825239669 \cdot 10^{-51}:\\
\;\;\;\;\left(y - z\right) \cdot t\\
\mathbf{elif}\;y \leq -4.519078243590432 \cdot 10^{-100}:\\
\;\;\;\;x + y \cdot t\\
\mathbf{elif}\;y \leq -3.2820679115395877 \cdot 10^{-175}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -1.9734763258488398 \cdot 10^{-220}:\\
\;\;\;\;x + z \cdot x\\
\mathbf{elif}\;y \leq 4.0608742101895496 \cdot 10^{-24}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 18.5 |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := x - z \cdot t\\
\mathbf{if}\;y \leq -1835688735862209.3:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -2.208019825239669 \cdot 10^{-51}:\\
\;\;\;\;y \cdot t - z \cdot t\\
\mathbf{elif}\;y \leq -4.519078243590432 \cdot 10^{-100}:\\
\;\;\;\;x + y \cdot t\\
\mathbf{elif}\;y \leq -3.2820679115395877 \cdot 10^{-175}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -1.9734763258488398 \cdot 10^{-220}:\\
\;\;\;\;x + z \cdot x\\
\mathbf{elif}\;y \leq 4.0608742101895496 \cdot 10^{-24}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 38.6 |
|---|
| Cost | 1048 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -3.2 \cdot 10^{+84}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1.6201892309483175 \cdot 10^{-26}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -2.3768113014192407 \cdot 10^{-264}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 5.196518449126992 \cdot 10^{-276}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq 8.342555390793396 \cdot 10^{-24}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 2.2533371114491533 \cdot 10^{+21}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 17.3 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
t_2 := x + x \cdot \left(z - y\right)\\
\mathbf{if}\;x \leq -6.781098480773828 \cdot 10^{-105}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;x \leq 1.3112571328983433 \cdot 10^{-120}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 2.4537731466248407 \cdot 10^{-82}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;x \leq 6.351887022771739 \cdot 10^{-26}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 38.2 |
|---|
| Cost | 784 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.408034525165828 \cdot 10^{-48}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 4.0608742101895496 \cdot 10^{-24}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3147577253297284600:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 6 \cdot 10^{+236}:\\
\;\;\;\;y \cdot \left(-x\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 39.1 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1453351.342971835:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -2.3768113014192407 \cdot 10^{-264}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 5.196518449126992 \cdot 10^{-276}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;z \leq 0.48967129904992285:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 27.6 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.2 \cdot 10^{+84}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1.3019813980844087 \cdot 10^{-7}:\\
\;\;\;\;t \cdot \left(-z\right)\\
\mathbf{elif}\;z \leq 7.5 \cdot 10^{+50}:\\
\;\;\;\;x + y \cdot t\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 27.3 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.2 \cdot 10^{+84}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1.3019813980844087 \cdot 10^{-7}:\\
\;\;\;\;t \cdot \left(-z\right)\\
\mathbf{elif}\;z \leq 0.05893900090288899:\\
\;\;\;\;x + y \cdot t\\
\mathbf{else}:\\
\;\;\;\;x + z \cdot x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 11.3 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -1.3019813980844087 \cdot 10^{-7}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 8.342555390793396 \cdot 10^{-24}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 10.7 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_1 := x + z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -1.3019813980844087 \cdot 10^{-7}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.3751734163422565 \cdot 10^{-42}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 18.4 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -1.3019813980844087 \cdot 10^{-7}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 8.342555390793396 \cdot 10^{-24}:\\
\;\;\;\;x + y \cdot t\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 13 |
|---|
| Error | 38.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1453351.342971835:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq 0.48967129904992285:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]