Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Jul 26, 2024
1 parent f15cc49 commit 37da7ef
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[maybe] 实现 `Entity``Attribute` 在类型上的差别

- `Context` 需要用 `QuotientSet` 而不是 `Set`

# lattice layout

练习 order book 中计算 concept lattice 的算法。
Expand All @@ -24,6 +20,13 @@
- 注意,我们要对所有点找到最长的 chain,
最好能一起找,而不只是一个点一个点的找。

# maybe

[maybe] 实现 `Entity``Attribute` 在类型上的差别

- 这样可以保证重要的类型安全,但是将大大降低效率
- `Context` 需要用 `QuotientSet` 而不是 `Set`

# editing context

如何处理对 context 的修改?
Expand Down

0 comments on commit 37da7ef

Please sign in to comment.