| Alternative 1 |
|---|
| Error | 23.9 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
t_0 := 6 \cdot \left(y \cdot z\right)\\
\mathbf{if}\;z \leq -6 \cdot 10^{-70}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 0.00065:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1.36 \cdot 10^{+124} \lor \neg \left(z \leq 2 \cdot 10^{+178}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 24.0 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.5 \cdot 10^{-70}:\\
\;\;\;\;y \cdot \left(6 \cdot z\right)\\
\mathbf{elif}\;z \leq 0.00086:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 1.3 \cdot 10^{+134} \lor \neg \left(z \leq 5.6 \cdot 10^{+177}\right):\\
\;\;\;\;6 \cdot \left(y \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 24.0 |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.5 \cdot 10^{-70}:\\
\;\;\;\;z \cdot \left(6 \cdot y\right)\\
\mathbf{elif}\;z \leq 0.0065:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 2.7 \cdot 10^{+125} \lor \neg \left(z \leq 1.25 \cdot 10^{+178}\right):\\
\;\;\;\;6 \cdot \left(y \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 12.6 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.5 \cdot 10^{-70} \lor \neg \left(z \leq 0.00065\right):\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 12.6 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.2 \cdot 10^{-70}:\\
\;\;\;\;z \cdot \left(6 \cdot \left(y - x\right)\right)\\
\mathbf{elif}\;z \leq 0.00065:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 12.7 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.5 \cdot 10^{-70}:\\
\;\;\;\;z \cdot \left(6 \cdot \left(y - x\right)\right)\\
\mathbf{elif}\;z \leq 86000000000000:\\
\;\;\;\;x \cdot \left(1 + -6 \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 1.0 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -24500:\\
\;\;\;\;z \cdot \left(6 \cdot \left(y - x\right)\right)\\
\mathbf{elif}\;z \leq 0.165:\\
\;\;\;\;x + 6 \cdot \left(y \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;6 \cdot \left(z \cdot \left(y - x\right)\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 24.2 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -0.17 \lor \neg \left(z \leq 0.165\right):\\
\;\;\;\;-6 \cdot \left(x \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 0.3 |
|---|
| Cost | 576 |
|---|
\[x + z \cdot \left(6 \cdot \left(y - x\right)\right)
\]