-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerate-examples.bat
112 lines (78 loc) · 2.41 KB
/
generate-examples.bat
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
python graphMaker.py 1 5
python graphMaker.py 2 5
python graphMaker.py 5 5
python graphMaker.py 1 10
python graphMaker.py 2 10
python graphMaker.py 5 10
python graphMaker.py 1 11
python graphMaker.py 2 11
python graphMaker.py 5 11
python graphMaker.py 1 12
python graphMaker.py 2 12
python graphMaker.py 5 12
python graphMaker.py 1 13
python graphMaker.py 2 13
python graphMaker.py 5 13
python graphMaker.py 1 14
python graphMaker.py 2 14
python graphMaker.py 5 14
python graphMaker.py 1 100
python graphMaker.py 1 200
python graphMaker.py 1 300
python graphMaker.py 1 400
python graphMaker.py 1 500
python graphMaker.py 1 600
python graphMaker.py 1 700
python graphMaker.py 1 800
python multiGraphMaker.py 1 10 5
python multiGraphMaker.py 2 10 5
python multiGraphMaker.py 5 10 5
python multiGraphMaker.py 1 10 10
python multiGraphMaker.py 2 10 10
python multiGraphMaker.py 5 10 10
python multiGraphMaker.py 1 10 11
python multiGraphMaker.py 2 10 11
python multiGraphMaker.py 5 10 11
python multiGraphMaker.py 1 10 12
python multiGraphMaker.py 2 10 12
python multiGraphMaker.py 5 10 12
python multiGraphMaker.py 1 10 13
python multiGraphMaker.py 2 10 13
python multiGraphMaker.py 5 10 13
python multiGraphMaker.py 1 10 14
python multiGraphMaker.py 2 10 14
python multiGraphMaker.py 5 10 14
python multiGraphMaker.py 1 10 100
python multiGraphMaker.py 1 10 200
python multiGraphMaker.py 1 10 300
python multiGraphMaker.py 1 10 400
python multiGraphMaker.py 1 10 500
python multiGraphMaker.py 1 10 600
python multiGraphMaker.py 1 10 700
python multiGraphMaker.py 1 10 800
python multiGraphMaker.py 1 5 5
python multiGraphMaker.py 2 5 5
python multiGraphMaker.py 5 5 5
python multiGraphMaker.py 1 5 10
python multiGraphMaker.py 2 5 10
python multiGraphMaker.py 5 5 10
python multiGraphMaker.py 1 5 11
python multiGraphMaker.py 2 5 11
python multiGraphMaker.py 5 5 11
python multiGraphMaker.py 1 5 12
python multiGraphMaker.py 2 5 12
python multiGraphMaker.py 5 5 12
python multiGraphMaker.py 1 5 13
python multiGraphMaker.py 2 5 13
python multiGraphMaker.py 5 5 13
python multiGraphMaker.py 1 5 14
python multiGraphMaker.py 2 5 14
python multiGraphMaker.py 5 5 14
python multiGraphMaker.py 1 5 100
python multiGraphMaker.py 1 5 200
python multiGraphMaker.py 1 5 300
python multiGraphMaker.py 1 5 400
python multiGraphMaker.py 1 5 500
python multiGraphMaker.py 1 5 600
python multiGraphMaker.py 1 5 700
python multiGraphMaker.py 1 5 800