Skip to content

Commit 27403a4

Browse files
author
Kris Brown
committed
make module docstring
1 parent 53b82f4 commit 27403a4

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

src/categorical_algebra/HomSearch.jl

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
Functionality related to search problems involving ACSets, e.g.:
3+
4+
- enumerating Hom(X,Y) where X,Y are ACSets
5+
- enumerating subobjects of an ACSet, X
6+
- enumerating partial overlaps between ACSets
7+
"""
18
module HomSearch
29
export ACSetHomomorphismAlgorithm, BacktrackingSearch, HomomorphismQuery,
310
homomorphism, homomorphisms, is_homomorphic,
@@ -15,17 +22,6 @@ using CompTime
1522
using MLStyle: @match
1623
using DataStructures: BinaryHeap, DefaultDict
1724

18-
19-
"""
20-
Functionality related to search problems involving ACSets, e.g.:
21-
22-
- enumerating Hom(X,Y) where X,Y are ACSets
23-
- enumerating subobjects of an ACSet, X
24-
- enumerating partial overlaps between ACSets
25-
"""
26-
27-
28-
2925
# Finding C-set transformations
3026
###############################
3127

0 commit comments

Comments
 (0)