File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 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+ """
18module HomSearch
29export ACSetHomomorphismAlgorithm, BacktrackingSearch, HomomorphismQuery,
310 homomorphism, homomorphisms, is_homomorphic,
@@ -15,17 +22,6 @@ using CompTime
1522using MLStyle: @match
1623using 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
You can’t perform that action at this time.
0 commit comments