Skip to content

Commit e94072f

Browse files
committed
fix: definition of \beta now compatible with github markdown
1 parent 6c78ef6 commit e94072f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

cert_spec_v1_0.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ Suppose that the constraint $a_{i_1}X_{i_1}+\dots+a_{i_p}X_{i_p} \text{sense}\ \
2121
is and integer and is nonzero only if $i_j$ is an integer variable index, then the constraint $a_{i_1}X_{i_1}+\dots+a_{i_p}X_{i_p} \text{sense}\ \beta'$ with
2222

2323
$$
24-
\beta' =
25-
\left \{
26-
\begin{array}{ll}
27-
\lfloor\beta\rfloor & \text{if sense is } \leq \\
28-
\lceil\beta\rceil & \text{if sense is } \geq \\
29-
\end{array}
30-
\right.
24+
\beta'=\begin{cases}
25+
\lfloor\beta\rfloor & \text{if sense is } \leq, \\
26+
\lceil\beta\rceil & \text{if sense is } \geq.
27+
\end{cases}
3128
$$
3229

3330
is said to be obtained from rounding.

0 commit comments

Comments
 (0)