| Alternative 1 |
|---|
| Error | 12.1 |
|---|
| Cost | 980 |
|---|
\[\begin{array}{l}
t_0 := \left(1 - z\right) \cdot x\\
t_1 := y - z \cdot y\\
\mathbf{if}\;x \leq -7.833032822298084 \cdot 10^{-109}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.2704406597286932 \cdot 10^{-127}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -9.468226781781555 \cdot 10^{-165}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -9.126119923670348 \cdot 10^{-187}:\\
\;\;\;\;x + y\\
\mathbf{elif}\;x \leq -6.195344930664293 \cdot 10^{-192}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 12.8 |
|---|
| Cost | 916 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -15.303115969212687:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.583013194625646 \cdot 10^{-6}:\\
\;\;\;\;x + y\\
\mathbf{elif}\;z \leq 5.5 \cdot 10^{+52}:\\
\;\;\;\;y - z \cdot y\\
\mathbf{elif}\;z \leq 1.5 \cdot 10^{+89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7.4 \cdot 10^{+160}:\\
\;\;\;\;z \cdot \left(-y\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 1.7 |
|---|
| Cost | 904 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(\left(-y\right) - x\right)\\
\mathbf{if}\;1 - z \leq -20000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;1 - z \leq 2:\\
\;\;\;\;x + y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 13.0 |
|---|
| Cost | 784 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -15.303115969212687:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.583013194625646 \cdot 10^{-6}:\\
\;\;\;\;x + y\\
\mathbf{elif}\;z \leq 1.5 \cdot 10^{+89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7.4 \cdot 10^{+160}:\\
\;\;\;\;z \cdot \left(-y\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 704 |
|---|
\[\left(1 - z\right) \cdot y + \left(1 - z\right) \cdot x
\]
| Alternative 6 |
|---|
| Error | 13.1 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-y\right)\\
\mathbf{if}\;z \leq -619957.0844106287:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.583013194625646 \cdot 10^{-6}:\\
\;\;\;\;x + y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[\left(1 - z\right) \cdot \left(x + y\right)
\]
| Alternative 8 |
|---|
| Error | 31.0 |
|---|
| Cost | 196 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.0455290131678964 \cdot 10^{-163}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]