Skip to content

Commit 570d8eb

Browse files
committed
chore: fix math formula.
1 parent 683935b commit 570d8eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ y \leq \sum_{i} x_{i}, \\; \forall i
7373
$$
7474

7575
$$
76-
y \in \{ 0, 1 \}
76+
y \in \\{ 0, 1 \\}
7777
$$
7878

7979
Of course, you can also extend these intermediate expressions according to your own business requirements. At this point, you need to implement some interfaces to let ospf know which intermediate variables and constraints need to be added for these intermediate expressions.

README_ch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ y \leq \sum_{i} x_{i}, \\; \forall i
7272
$$
7373

7474
$$
75-
y \in \{ 0, 1 \}
75+
y \in \\{ 0, 1 \\}
7676
$$
7777

7878
当然,你也可以根据自己的业务需求,拓展这些函数中间值。这个时候你要实现一些接口,以让 ospf 知道这个函数中间值需要添加哪些中间变量以及约束。

0 commit comments

Comments
 (0)