Skip to content

Commit db72729

Browse files
committed
rename lattice/ to concept-lattice/
1 parent d818380 commit db72729

12 files changed

+6
-3
lines changed

TODO.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# lattice
1+
`concept-graph/` -- 从 `generateConcepts` 生成有向图
22

3-
`conceptBeneath` -- 为 layout 做准备
4-
`conceptCover` -- 为 layout 做准备
3+
- 以 concept 之间的蕴含关系为 有向边
54

65
找出 lattice 中的所有最长 chain -- 为计算 rank 做准备
76

7+
为了找最长的 chain,可能需要考虑一般的(无圈)有向图中的算法。
8+
9+
- https://en.wikipedia.org/wiki/Longest_path_problem
10+
811
# lattice layout
912

1013
`LatticeLayout`
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)