Skip to content

Commit de05ec4

Browse files
committed
chore: update ospf-kotlin version.
1 parent 7af3115 commit de05ec4

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,14 @@ each ospf implementation consists of the following components:
170170
<td>❌</td>
171171
<td>❗</td>
172172
</tr>
173+
<tr>
174+
<td>GUROBI-11</td>
175+
<td>❗</td>
176+
<td>❌</td>
177+
<td>✔️</td>
178+
<td>❌</td>
179+
<td>❗</td>
180+
</tr>
173181
<tr>
174182
<td>CPLEX</td>
175183
<td>❗</td>
@@ -331,7 +339,7 @@ each ospf implementation consists of the following components:
331339
<td>gantt-scheduling</td>
332340
<td>❌</td>
333341
<td>❌</td>
334-
<td></td>
342+
<td>✔️</td>
335343
<td>❌</td>
336344
<td>❌</td>
337345
<td>✔️</td>

README_ch.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
169169
<td>❌</td>
170170
<td>❗</td>
171171
</tr>
172+
<tr>
173+
<td>GUROBI-11</td>
174+
<td>❗</td>
175+
<td>❌</td>
176+
<td>✔️</td>
177+
<td>❌</td>
178+
<td>❗</td>
179+
</tr>
172180
<tr>
173181
<td>CPLEX</td>
174182
<td>❗</td>
@@ -330,7 +338,7 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
330338
<td>甘特图调度</td>
331339
<td>❌</td>
332340
<td>❌</td>
333-
<td></td>
341+
<td>✔️</td>
334342
<td>❌</td>
335343
<td>❌</td>
336344
<td>✔️</td>

examples/ospf-kotlin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.fuookami.ospf.kotlin</groupId>
77
<artifactId>ospf-kotlin-parent</artifactId>
8-
<version>1.0.12</version>
8+
<version>1.0.17</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)