| Alternative 1 |
|---|
| Error | 18.6 |
|---|
| Cost | 984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.4036274192456728 \cdot 10^{-9}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 2.2955365779880831 \cdot 10^{-29}:\\
\;\;\;\;-x\\
\mathbf{elif}\;y \leq 646180.6945878172:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 4964495694362770:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;y \leq 1.0088307958376626 \cdot 10^{+35}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 7 \cdot 10^{+48}:\\
\;\;\;\;x \cdot y\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 9.8 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := y + x \cdot y\\
\mathbf{if}\;y \leq -1.4036274192456728 \cdot 10^{-9}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.2955365779880831 \cdot 10^{-29}:\\
\;\;\;\;-x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.8 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x \cdot y - x\\
\mathbf{if}\;x \leq -13074684.626674337:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 7.123178213401636 \cdot 10^{-57}:\\
\;\;\;\;y + x \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.8 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x \cdot y - x\\
\mathbf{if}\;x \leq -13074684.626674337:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 7.123178213401636 \cdot 10^{-57}:\\
\;\;\;\;y \cdot \left(x + 1\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 9.8 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -13074684.626674337:\\
\;\;\;\;x \cdot y - x\\
\mathbf{elif}\;x \leq 7.123178213401636 \cdot 10^{-57}:\\
\;\;\;\;y \cdot \left(x + 1\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(y + -1\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[\left(y + x \cdot y\right) - x
\]
| Alternative 7 |
|---|
| Error | 18.6 |
|---|
| Cost | 392 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.89106774016047 \cdot 10^{-5}:\\
\;\;\;\;-x\\
\mathbf{elif}\;x \leq 7.123178213401636 \cdot 10^{-57}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;-x\\
\end{array}
\]