| Alternative 1 |
|---|
| Error | 24.4 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(x \cdot -6\right)\\
\mathbf{if}\;z \leq -160033704.54018337:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.2 \cdot 10^{+110}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 24.4 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -160033704.54018337:\\
\;\;\;\;x \cdot \left(z \cdot -6\right)\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.2 \cdot 10^{+110}:\\
\;\;\;\;z \cdot \left(x \cdot -6\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 24.4 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -160033704.54018337:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.2 \cdot 10^{+110}:\\
\;\;\;\;z \cdot \left(x \cdot -6\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 24.4 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -160033704.54018337:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3.2 \cdot 10^{+110}:\\
\;\;\;\;z \cdot \left(x \cdot -6\right)\\
\mathbf{else}:\\
\;\;\;\;6 \cdot \left(y \cdot z\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 12.3 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_0 := \left(y - x\right) \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -2.0837208492410545 \cdot 10^{-53}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 8.787229659038187 \cdot 10^{-16}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 12.3 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_0 := \left(y - x\right) \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -11746.95108953019:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 8.787229659038187 \cdot 10^{-16}:\\
\;\;\;\;x \cdot \left(z \cdot -6 + 1\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 12.3 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -11746.95108953019:\\
\;\;\;\;\left(y - x\right) \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 8.787229659038187 \cdot 10^{-16}:\\
\;\;\;\;x \cdot \left(z \cdot -6 + 1\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(y - x\right) \cdot 6\right) \cdot z\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 12.3 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -11746.95108953019:\\
\;\;\;\;\left(y - x\right) \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 8.787229659038187 \cdot 10^{-16}:\\
\;\;\;\;x + -6 \cdot \left(x \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(y - x\right) \cdot 6\right) \cdot z\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 1.2 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -165539980012.59372:\\
\;\;\;\;\left(y - x\right) \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x + z \cdot \left(y \cdot 6\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(y - x\right) \cdot 6\right) \cdot z\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 1.2 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -165539980012.59372:\\
\;\;\;\;6 \cdot \left(\left(y - x\right) \cdot z\right)\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x + z \cdot \left(y \cdot 6\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(y - x\right) \cdot 6\right) \cdot z\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 1.1 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -165539980012.59372:\\
\;\;\;\;6 \cdot \left(\left(y - x\right) \cdot z\right)\\
\mathbf{elif}\;z \leq 5.396997530105683 \cdot 10^{-7}:\\
\;\;\;\;x + 6 \cdot \left(y \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(y - x\right) \cdot 6\right) \cdot z\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 23.6 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(6 \cdot z\right)\\
\mathbf{if}\;z \leq -2.0837208492410545 \cdot 10^{-53}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 8.787229659038187 \cdot 10^{-16}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 0.2 |
|---|
| Cost | 576 |
|---|
\[x + \left(y - x\right) \cdot \left(6 \cdot z\right)
\]
| Alternative 14 |
|---|
| Error | 0.2 |
|---|
| Cost | 576 |
|---|
\[x + \left(\left(y - x\right) \cdot 6\right) \cdot z
\]