/src/GooMF/GooMFGenerator/ltl3tools-0.0.7/Dwyer's list/ltl4graphs_1.1/n39.ps

https://bitbucket.org/embedded_software_group/rvtool · Unknown · 521 lines · 499 code · 22 blank · 0 comment · 0 complexity · 255da3d697a84c1d4041c1f55993a52e MD5 · raw file

  1. %!PS-Adobe-3.0
  2. %%Creator: graphviz version 2.26.3 (20100126.1600)
  3. %%Title: G
  4. %%Pages: (atend)
  5. %%BoundingBox: (atend)
  6. %%EndComments
  7. save
  8. %%BeginProlog
  9. /DotDict 200 dict def
  10. DotDict begin
  11. /setupLatin1 {
  12. mark
  13. /EncodingVector 256 array def
  14. EncodingVector 0
  15. ISOLatin1Encoding 0 255 getinterval putinterval
  16. EncodingVector 45 /hyphen put
  17. % Set up ISO Latin 1 character encoding
  18. /starnetISO {
  19. dup dup findfont dup length dict begin
  20. { 1 index /FID ne { def }{ pop pop } ifelse
  21. } forall
  22. /Encoding EncodingVector def
  23. currentdict end definefont
  24. } def
  25. /Times-Roman starnetISO def
  26. /Times-Italic starnetISO def
  27. /Times-Bold starnetISO def
  28. /Times-BoldItalic starnetISO def
  29. /Helvetica starnetISO def
  30. /Helvetica-Oblique starnetISO def
  31. /Helvetica-Bold starnetISO def
  32. /Helvetica-BoldOblique starnetISO def
  33. /Courier starnetISO def
  34. /Courier-Oblique starnetISO def
  35. /Courier-Bold starnetISO def
  36. /Courier-BoldOblique starnetISO def
  37. cleartomark
  38. } bind def
  39. %%BeginResource: procset graphviz 0 0
  40. /coord-font-family /Times-Roman def
  41. /default-font-family /Times-Roman def
  42. /coordfont coord-font-family findfont 8 scalefont def
  43. /InvScaleFactor 1.0 def
  44. /set_scale {
  45. dup 1 exch div /InvScaleFactor exch def
  46. scale
  47. } bind def
  48. % styles
  49. /solid { [] 0 setdash } bind def
  50. /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
  51. /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
  52. /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
  53. /bold { 2 setlinewidth } bind def
  54. /filled { } bind def
  55. /unfilled { } bind def
  56. /rounded { } bind def
  57. /diagonals { } bind def
  58. % hooks for setting color
  59. /nodecolor { sethsbcolor } bind def
  60. /edgecolor { sethsbcolor } bind def
  61. /graphcolor { sethsbcolor } bind def
  62. /nopcolor {pop pop pop} bind def
  63. /beginpage { % i j npages
  64. /npages exch def
  65. /j exch def
  66. /i exch def
  67. /str 10 string def
  68. npages 1 gt {
  69. gsave
  70. coordfont setfont
  71. 0 0 moveto
  72. (\() show i str cvs show (,) show j str cvs show (\)) show
  73. grestore
  74. } if
  75. } bind def
  76. /set_font {
  77. findfont exch
  78. scalefont setfont
  79. } def
  80. % draw text fitted to its expected width
  81. /alignedtext { % width text
  82. /text exch def
  83. /width exch def
  84. gsave
  85. width 0 gt {
  86. [] 0 setdash
  87. text stringwidth pop width exch sub text length div 0 text ashow
  88. } if
  89. grestore
  90. } def
  91. /boxprim { % xcorner ycorner xsize ysize
  92. 4 2 roll
  93. moveto
  94. 2 copy
  95. exch 0 rlineto
  96. 0 exch rlineto
  97. pop neg 0 rlineto
  98. closepath
  99. } bind def
  100. /ellipse_path {
  101. /ry exch def
  102. /rx exch def
  103. /y exch def
  104. /x exch def
  105. matrix currentmatrix
  106. newpath
  107. x y translate
  108. rx ry scale
  109. 0 0 1 0 360 arc
  110. setmatrix
  111. } bind def
  112. /endpage { showpage } bind def
  113. /showpage { } def
  114. /layercolorseq
  115. [ % layer color sequence - darkest to lightest
  116. [0 0 0]
  117. [.2 .8 .8]
  118. [.4 .8 .8]
  119. [.6 .8 .8]
  120. [.8 .8 .8]
  121. ]
  122. def
  123. /layerlen layercolorseq length def
  124. /setlayer {/maxlayer exch def /curlayer exch def
  125. layercolorseq curlayer 1 sub layerlen mod get
  126. aload pop sethsbcolor
  127. /nodecolor {nopcolor} def
  128. /edgecolor {nopcolor} def
  129. /graphcolor {nopcolor} def
  130. } bind def
  131. /onlayer { curlayer ne {invis} if } def
  132. /onlayers {
  133. /myupper exch def
  134. /mylower exch def
  135. curlayer mylower lt
  136. curlayer myupper gt
  137. or
  138. {invis} if
  139. } def
  140. /curlayer 0 def
  141. %%EndResource
  142. %%EndProlog
  143. %%BeginSetup
  144. 14 default-font-family set_font
  145. 1 setmiterlimit
  146. % /arrowlength 10 def
  147. % /arrowwidth 5 def
  148. % make sure pdfmark is harmless for PS-interpreters other than Distiller
  149. /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
  150. % make '<<' and '>>' safe on PS Level 1 devices
  151. /languagelevel where {pop languagelevel}{1} ifelse
  152. 2 lt {
  153. userdict (<<) cvn ([) cvn load put
  154. userdict (>>) cvn ([) cvn load put
  155. } if
  156. %%EndSetup
  157. setupLatin1
  158. %%Page: 1 1
  159. %%PageBoundingBox: 36 36 364 267
  160. %%PageOrientation: Portrait
  161. 0 0 1 beginpage
  162. gsave
  163. 36 36 328 231 boxprim clip newpath
  164. 1 1 set_scale 0 rotate 40 41 translate
  165. % (0, 0)
  166. gsave
  167. 0.33333 0.24314 1 nodecolor
  168. 42 204.27 38.18 18.38 ellipse_path fill
  169. 1 setlinewidth
  170. filled
  171. 0.33333 0.24314 1 nodecolor
  172. 42 204.27 38.18 18.38 ellipse_path stroke
  173. 0 0 0 nodecolor
  174. 14 /Times-Roman set_font
  175. 23 200.67 moveto 38 (\(0, 0\)) alignedtext
  176. grestore
  177. % (0, 0)->(0, 0)
  178. gsave
  179. 1 setlinewidth
  180. 0 0 0 edgecolor
  181. newpath 79.16 208.57 moveto
  182. 89.8 208.4 98 206.97 98 204.27 curveto
  183. 98 202.55 94.63 201.34 89.42 200.65 curveto
  184. stroke
  185. 0 0 0 edgecolor
  186. newpath 89.37 197.14 moveto
  187. 79.16 199.98 lineto
  188. 88.91 204.12 lineto
  189. closepath fill
  190. 1 setlinewidth
  191. solid
  192. 0 0 0 edgecolor
  193. newpath 89.37 197.14 moveto
  194. 79.16 199.98 lineto
  195. 88.91 204.12 lineto
  196. closepath stroke
  197. 0 0 0 edgecolor
  198. 14 /Times-Roman set_font
  199. 98 200.67 moveto 19 (\(b\)) alignedtext
  200. grestore
  201. % (0, 0)->(0, 0)
  202. gsave
  203. 1 setlinewidth
  204. 0 0 0 edgecolor
  205. newpath 66.82 218.56 moveto
  206. 90.71 226.2 117 221.44 117 204.27 curveto
  207. 117 189.46 97.41 183.89 76.68 187.56 curveto
  208. stroke
  209. 0 0 0 edgecolor
  210. newpath 75.69 184.2 moveto
  211. 66.82 189.99 lineto
  212. 77.37 190.99 lineto
  213. closepath fill
  214. 1 setlinewidth
  215. solid
  216. 0 0 0 edgecolor
  217. newpath 75.69 184.2 moveto
  218. 66.82 189.99 lineto
  219. 77.37 190.99 lineto
  220. closepath stroke
  221. 0 0 0 edgecolor
  222. 14 /Times-Roman set_font
  223. 117 200.67 moveto 79 (\(<empty>\)) alignedtext
  224. grestore
  225. % (-1, 2)
  226. gsave
  227. 0 1 1 nodecolor
  228. 41 20.27 41.22 18.38 ellipse_path fill
  229. 1 setlinewidth
  230. filled
  231. 0 1 1 nodecolor
  232. 41 20.27 41.22 18.38 ellipse_path stroke
  233. 0 0 0 nodecolor
  234. 14 /Times-Roman set_font
  235. 19.5 16.67 moveto 43 (\(-1, 2\)) alignedtext
  236. grestore
  237. % (0, 0)->(-1, 2)
  238. gsave
  239. 1 setlinewidth
  240. 0 0 0 edgecolor
  241. newpath 33.9 186.11 moveto
  242. 27.89 171.6 20.21 150.57 17 131.27 curveto
  243. 14.23 114.62 14.33 109.95 17 93.27 curveto
  244. 19.45 77.95 24.64 61.48 29.56 48.06 curveto
  245. stroke
  246. 0 0 0 edgecolor
  247. newpath 32.92 49.06 moveto
  248. 33.22 38.47 lineto
  249. 26.38 46.57 lineto
  250. closepath fill
  251. 1 setlinewidth
  252. solid
  253. 0 0 0 edgecolor
  254. newpath 32.92 49.06 moveto
  255. 33.22 38.47 lineto
  256. 26.38 46.57 lineto
  257. closepath stroke
  258. 0 0 0 edgecolor
  259. 14 /Times-Roman set_font
  260. 17 108.67 moveto 49 (\(a&&b\)) alignedtext
  261. grestore
  262. % (1, 1)
  263. gsave
  264. 0.33333 0.24314 1 nodecolor
  265. 113 112.27 38.18 18.38 ellipse_path fill
  266. 1 setlinewidth
  267. filled
  268. 0.33333 0.24314 1 nodecolor
  269. 113 112.27 38.18 18.38 ellipse_path stroke
  270. 0 0 0 nodecolor
  271. 14 /Times-Roman set_font
  272. 94 108.67 moveto 38 (\(1, 1\)) alignedtext
  273. grestore
  274. % (0, 0)->(1, 1)
  275. gsave
  276. 1 setlinewidth
  277. 0 0 0 edgecolor
  278. newpath 55.69 186.54 moveto
  279. 66.37 172.7 81.34 153.3 93.3 137.8 curveto
  280. stroke
  281. 0 0 0 edgecolor
  282. newpath 96.25 139.7 moveto
  283. 99.59 129.65 lineto
  284. 90.71 135.43 lineto
  285. closepath fill
  286. 1 setlinewidth
  287. solid
  288. 0 0 0 edgecolor
  289. newpath 96.25 139.7 moveto
  290. 99.59 129.65 lineto
  291. 90.71 135.43 lineto
  292. closepath stroke
  293. 0 0 0 edgecolor
  294. 14 /Times-Roman set_font
  295. 83 154.67 moveto 19 (\(a\)) alignedtext
  296. grestore
  297. % (-1, 2)->(-1, 2)
  298. gsave
  299. 1 setlinewidth
  300. 0 0 0 edgecolor
  301. newpath 71.09 32.91 moveto
  302. 111.55 42.76 168 38.55 168 20.27 curveto
  303. 168 3.5 120.43 -1.43 81.33 5.5 curveto
  304. stroke
  305. 0 0 0 edgecolor
  306. newpath 80.17 2.17 moveto
  307. 71.09 7.64 lineto
  308. 81.6 9.02 lineto
  309. closepath fill
  310. 1 setlinewidth
  311. solid
  312. 0 0 0 edgecolor
  313. newpath 80.17 2.17 moveto
  314. 71.09 7.64 lineto
  315. 81.6 9.02 lineto
  316. closepath stroke
  317. 0 0 0 edgecolor
  318. 14 /Times-Roman set_font
  319. 168 16.67 moveto 19 (\(b\)) alignedtext
  320. grestore
  321. % (-1, 2)->(-1, 2)
  322. gsave
  323. 1 setlinewidth
  324. 0 0 0 edgecolor
  325. newpath 70.85 33.11 moveto
  326. 117.87 45.82 187 41.54 187 20.27 curveto
  327. 187 .46 127 -4.61 80.78 5.07 curveto
  328. stroke
  329. 0 0 0 edgecolor
  330. newpath 79.77 1.71 moveto
  331. 70.85 7.44 lineto
  332. 81.39 8.52 lineto
  333. closepath fill
  334. 1 setlinewidth
  335. solid
  336. 0 0 0 edgecolor
  337. newpath 79.77 1.71 moveto
  338. 70.85 7.44 lineto
  339. 81.39 8.52 lineto
  340. closepath stroke
  341. 0 0 0 edgecolor
  342. 14 /Times-Roman set_font
  343. 187 16.67 moveto 79 (\(<empty>\)) alignedtext
  344. grestore
  345. % (-1, 2)->(-1, 2)
  346. gsave
  347. 1 setlinewidth
  348. 0 0 0 edgecolor
  349. newpath 81.81 22.41 moveto
  350. 92.2 22.27 100 21.56 100 20.27 curveto
  351. 100 19.47 96.95 18.9 92.13 18.54 curveto
  352. stroke
  353. 0 0 0 edgecolor
  354. newpath 91.94 15.03 moveto
  355. 81.81 18.14 lineto
  356. 91.67 22.03 lineto
  357. closepath fill
  358. 1 setlinewidth
  359. solid
  360. 0 0 0 edgecolor
  361. newpath 91.94 15.03 moveto
  362. 81.81 18.14 lineto
  363. 91.67 22.03 lineto
  364. closepath stroke
  365. 0 0 0 edgecolor
  366. 14 /Times-Roman set_font
  367. 100 16.67 moveto 49 (\(a&&b\)) alignedtext
  368. grestore
  369. % (-1, 2)->(-1, 2)
  370. gsave
  371. 1 setlinewidth
  372. 0 0 0 edgecolor
  373. newpath 71.65 32.66 moveto
  374. 105.3 39.61 149 35.48 149 20.27 curveto
  375. 149 6.55 113.42 1.85 81.75 6.17 curveto
  376. stroke
  377. 0 0 0 edgecolor
  378. newpath 80.92 2.76 moveto
  379. 71.65 7.89 lineto
  380. 82.1 9.66 lineto
  381. closepath fill
  382. 1 setlinewidth
  383. solid
  384. 0 0 0 edgecolor
  385. newpath 80.92 2.76 moveto
  386. 71.65 7.89 lineto
  387. 82.1 9.66 lineto
  388. closepath stroke
  389. 0 0 0 edgecolor
  390. 14 /Times-Roman set_font
  391. 149 16.67 moveto 19 (\(a\)) alignedtext
  392. grestore
  393. % (1, 1)->(-1, 2)
  394. gsave
  395. 1 setlinewidth
  396. 0 0 0 edgecolor
  397. newpath 83.33 100.47 moveto
  398. 66.12 92.96 46.9 83.19 42 75.27 curveto
  399. 37.19 67.51 35.84 57.88 36.03 48.85 curveto
  400. stroke
  401. 0 0 0 edgecolor
  402. newpath 39.53 48.93 moveto
  403. 36.84 38.68 lineto
  404. 32.55 48.37 lineto
  405. closepath fill
  406. 1 setlinewidth
  407. solid
  408. 0 0 0 edgecolor
  409. newpath 39.53 48.93 moveto
  410. 36.84 38.68 lineto
  411. 32.55 48.37 lineto
  412. closepath stroke
  413. 0 0 0 edgecolor
  414. 14 /Times-Roman set_font
  415. 42 62.67 moveto 49 (\(a&&b\)) alignedtext
  416. grestore
  417. % (1, 1)->(-1, 2)
  418. gsave
  419. 1 setlinewidth
  420. 0 0 0 edgecolor
  421. newpath 108.43 93.89 moveto
  422. 104.97 82.53 99.35 68.1 91 57.27 curveto
  423. 86.37 51.28 80.53 45.79 74.48 40.98 curveto
  424. stroke
  425. 0 0 0 edgecolor
  426. newpath 76.33 38 moveto
  427. 66.21 34.87 lineto
  428. 72.17 43.63 lineto
  429. closepath fill
  430. 1 setlinewidth
  431. solid
  432. 0 0 0 edgecolor
  433. newpath 76.33 38 moveto
  434. 66.21 34.87 lineto
  435. 72.17 43.63 lineto
  436. closepath stroke
  437. 0 0 0 edgecolor
  438. 14 /Times-Roman set_font
  439. 100 62.67 moveto 19 (\(b\)) alignedtext
  440. grestore
  441. % (1, 1)->(1, 1)
  442. gsave
  443. 1 setlinewidth
  444. 0 0 0 edgecolor
  445. newpath 150.16 116.57 moveto
  446. 160.8 116.4 169 114.97 169 112.27 curveto
  447. 169 110.55 165.63 109.34 160.42 108.65 curveto
  448. stroke
  449. 0 0 0 edgecolor
  450. newpath 160.37 105.14 moveto
  451. 150.16 107.98 lineto
  452. 159.91 112.12 lineto
  453. closepath fill
  454. 1 setlinewidth
  455. solid
  456. 0 0 0 edgecolor
  457. newpath 160.37 105.14 moveto
  458. 150.16 107.98 lineto
  459. 159.91 112.12 lineto
  460. closepath stroke
  461. 0 0 0 edgecolor
  462. 14 /Times-Roman set_font
  463. 169 108.67 moveto 19 (\(a\)) alignedtext
  464. grestore
  465. % (1, 1)->(1, 1)
  466. gsave
  467. 1 setlinewidth
  468. 0 0 0 edgecolor
  469. newpath 137.82 126.56 moveto
  470. 161.71 134.2 188 129.44 188 112.27 curveto
  471. 188 97.46 168.41 91.89 147.68 95.56 curveto
  472. stroke
  473. 0 0 0 edgecolor
  474. newpath 146.69 92.2 moveto
  475. 137.82 97.99 lineto
  476. 148.37 98.99 lineto
  477. closepath fill
  478. 1 setlinewidth
  479. solid
  480. 0 0 0 edgecolor
  481. newpath 146.69 92.2 moveto
  482. 137.82 97.99 lineto
  483. 148.37 98.99 lineto
  484. closepath stroke
  485. 0 0 0 edgecolor
  486. 14 /Times-Roman set_font
  487. 188 108.67 moveto 79 (\(<empty>\)) alignedtext
  488. grestore
  489. endpage
  490. showpage
  491. grestore
  492. %%PageTrailer
  493. %%EndPage: 1
  494. %%Trailer
  495. %%Pages: 1
  496. %%BoundingBox: 36 36 364 267
  497. end
  498. restore
  499. %%EOF