2 .Dt CLAV-MUTATION-FIND 1
6 .Nd Find a sequence of mutations transforming one quiver to another.
19 .Ar start-mutation-len
37 loads two quivers from
41 If they have the same number of vertices,
43 will attempt to find all sequences of nontrivial mutations which will transform
49 .Po although, due to optimizations used, it is not a good estimator of
52 and immediate status is available by sending
57 The search is exhaustive up to interchanging mutations which commute
58 .Po and up to edge-cap, see
61 and single-threaded, though some care has been taken to make it
62 efficient. Some known checks, such as trivial connectedness, are not
94 is the maximum fatness of a vertex in
101 Frozen vertices are not considered for mutation. If you know which
102 vertices are frozen, this can greatly speed up the search.
104 Start searching with mutations at length
105 .Ar start-mutation-length .
110 Set the maximum mutation length. If unspecified, the program will perform
114 .Pq depending on hardware
115 may take multiple universe-lifespans to complete.
118 .Dl % clav-mutation-find -s "data/C2_U02_C2.txt" -e "data/μ(C2_U02_C2).txt" -f 01 -f 10 -f 12 -f 21 -f 23 -f 32 -f 30 -f 03 -l 7 -m 9
119 .Dl Exhausted length 7
120 .Dl Exhausted length 8
121 .Dl SEQUENCE: \& \& \& \& 0, ∞, 1, 2, 1*, 1, 2*, 0, 1*
122 .Dl SEQUENCE: \& \& \& \& 0, ∞, 1, 2, 1*, 2*, 0, 1, 1*
123 .Dl Exhausted length 9
128 In general, mutations in quivers may cause edge weights εᵢⱼ to become
129 arbitrarily high. In general, mutations which cause edge weights to become
130 large are not interesting, therefore a rather naive implementation of
131 rational numbers is used for quiver edges. In order to protect this
132 implementation from overflow errors
133 .Po and to prevent the search from wasting time in uninteresting
136 the finder will prune a sequence of mutations if it yields an edge with
137 any |εᵢⱼ| higher than
144 will cause the current status to be printed. For portability concerns,
145 even if your system supports
147 that signal will not cause the same effect. Patches welcome.
149 .An S. Gilles Aq Mt sgilles@math.umd.edu