| Alternative 1 |
|---|
| Error | 23.8 |
|---|
| Cost | 1180 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -1.7 \cdot 10^{+76}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.162858245731441 \cdot 10^{-51}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 5.855397166105847 \cdot 10^{-120}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 7.911858793683972 \cdot 10^{-110}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 2.116969914806696 \cdot 10^{-16}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{+55}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 8.2 \cdot 10^{+173}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 23.5 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -7.162858245731441 \cdot 10^{-51}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 5.855397166105847 \cdot 10^{-120}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 7.911858793683972 \cdot 10^{-110}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 2.116969914806696 \cdot 10^{-16}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 12.1 |
|---|
| Cost | 652 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -1.7 \cdot 10^{+76}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{+55}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 8.2 \cdot 10^{+173}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 7.1 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x + y \cdot z\\
\mathbf{if}\;z \leq -1.1912780477687877 \cdot 10^{-98}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.6007524060720553 \cdot 10^{-67}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.0 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(z - x\right)\\
\mathbf{if}\;y \leq -27470424656.305458:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.05060558891981524:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[x + y \cdot \left(z - x\right)
\]