Skip to content

Commit

Permalink
chore: update process for visualization.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuookami committed Mar 31, 2024
1 parent 21f26cc commit f6f12e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ each OSPF implementation consists of the following components:
<th>Kotlin</th>
<th>Python</th>
<th>Rust</th>
<th>Visualization</th>
</tr>
</thead>
<tbody>
Expand All @@ -255,6 +256,7 @@ each OSPF implementation consists of the following components:
<td>✔️</td>
<td>❌</td>
<td>❗</td>
<td></td>
</tr>
<tr>
<td>bpp1d</td>
Expand All @@ -263,6 +265,7 @@ each OSPF implementation consists of the following components:
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>bpp2d</td>
Expand All @@ -271,22 +274,25 @@ each OSPF implementation consists of the following components:
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>bpp3d</td>
<td>❌</td>
<td>❌</td>
<td>⭕</td>
<td>❌</td>
<td>❌</td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td>csp1d</td>
<td>❌</td>
<td>❌</td>
<td>⭕</td>
<td>❌</td>
<td>❌</td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td>csp2d</td>
Expand All @@ -295,6 +301,7 @@ each OSPF implementation consists of the following components:
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>gantt-scheduling</td>
Expand All @@ -303,6 +310,7 @@ each OSPF implementation consists of the following components:
<td>⭕</td>
<td>❌</td>
<td>❌</td>
<td>✔️</td>
</tr>
<tr>
<td>network-scheduling</td>
Expand All @@ -311,10 +319,11 @@ each OSPF implementation consists of the following components:
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>else</td>
<td colspan=5>planing</td>
<td colspan=6>planing</td>
</tr>
</tbody>
</table>
Expand Down
15 changes: 12 additions & 3 deletions README_ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<th>Kotlin</th>
<th>Python</th>
<th>Rust</th>
<th>可视化</th>
</tr>
</thead>
<tbody>
Expand All @@ -254,6 +255,7 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<td>✔️</td>
<td>❌</td>
<td>❗</td>
<td></td>
</tr>
<tr>
<td>一维装箱</td>
Expand All @@ -262,6 +264,7 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>二维装箱</td>
Expand All @@ -270,22 +273,25 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>三维装箱</td>
<td>❌</td>
<td>❌</td>
<td>⭕</td>
<td>❌</td>
<td>❌</td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td>一维下料</td>
<td>❌</td>
<td>❌</td>
<td>⭕</td>
<td>❌</td>
<td>❌</td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td>二维下料</td>
Expand All @@ -294,6 +300,7 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>甘特图调度</td>
Expand All @@ -302,6 +309,7 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<td>⭕</td>
<td>❌</td>
<td>❌</td>
<td>✔️</td>
</tr>
<tr>
<td>网络流调度</td>
Expand All @@ -310,10 +318,11 @@ ospf 采用内部<strong><em>领域特定语言</em></strong>(DSL) 的形式
<td>❌</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>其它</td>
<td colspan=5>计划中</td>
<td colspan=6>计划中</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f6f12e3

Please sign in to comment.