-
Notifications
You must be signed in to change notification settings - Fork 0
/
ROOT
46 lines (39 loc) · 995 Bytes
/
ROOT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
session "tsp" = HOL +
options[document=pdf, document_output="output"]
sessions
"HOL-Library"
"HOL-Data_Structures"
"HOL-Hoare"
"Prim_Dijkstra_Simple"
directories
"adaptors"
"algorithms"
"berge"
"graphs"
"misc"
"problems"
"reductions"
theories[quick_and_dirty, document=false]
"graphs/MultiGraph"
"adaptors/BergePrimAdaptor"
"reductions/VertexCover4ToMetricTravelingSalesman_Specs"
"reductions/FindHamiltonianPath"
theories[document=false]
"misc/Misc"
"misc/Select"
"graphs/WeightedGraph"
"graphs/CompleteGraph"
"problems/MinWeightMatching"
"problems/MinSpanningTree"
"problems/EulerianTour"
"problems/TravelingSalesman"
"algorithms/DoubleTree"
"algorithms/ChristofidesSerdyukov"
"graphs/GraphAdjList"
"graphs/GraphAdjMap_Specs"
"reductions/VertexCover4ToMetricTravelingSalesman_AdjList"
theories
"Report"
document_files
"root.bib"
"root.tex"