You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6226 lines
232 KiB

  1. {
  2. "jani-version":1,
  3. "features":[
  4. "derived-operators"
  5. ],
  6. "name":"Converted from PRISM by IscasMC",
  7. "type":"mdp",
  8. "actions":[
  9. {
  10. "name":"tau__"
  11. }
  12. ],
  13. "variables":[
  14. {
  15. "name":"p1",
  16. "type":{
  17. "kind":"bounded",
  18. "base":"int",
  19. "lower-bound":0,
  20. "upper-bound":11
  21. }
  22. },
  23. {
  24. "name":"p2",
  25. "type":{
  26. "kind":"bounded",
  27. "base":"int",
  28. "lower-bound":0,
  29. "upper-bound":11
  30. }
  31. },
  32. {
  33. "name":"p3",
  34. "type":{
  35. "kind":"bounded",
  36. "base":"int",
  37. "lower-bound":0,
  38. "upper-bound":11
  39. }
  40. },
  41. {
  42. "name":"p4",
  43. "type":{
  44. "kind":"bounded",
  45. "base":"int",
  46. "lower-bound":0,
  47. "upper-bound":11
  48. }
  49. },
  50. {
  51. "name":"p5",
  52. "type":{
  53. "kind":"bounded",
  54. "base":"int",
  55. "lower-bound":0,
  56. "upper-bound":11
  57. }
  58. },
  59. {
  60. "name":"p6",
  61. "type":{
  62. "kind":"bounded",
  63. "base":"int",
  64. "lower-bound":0,
  65. "upper-bound":11
  66. }
  67. },
  68. {
  69. "name":"p7",
  70. "type":{
  71. "kind":"bounded",
  72. "base":"int",
  73. "lower-bound":0,
  74. "upper-bound":11
  75. }
  76. },
  77. {
  78. "name":"p8",
  79. "type":{
  80. "kind":"bounded",
  81. "base":"int",
  82. "lower-bound":0,
  83. "upper-bound":11
  84. }
  85. },
  86. {
  87. "name":"p9",
  88. "type":{
  89. "kind":"bounded",
  90. "base":"int",
  91. "lower-bound":0,
  92. "upper-bound":11
  93. }
  94. }
  95. ],
  96. "observables":[
  97. {
  98. "name":"\"num_steps\""
  99. }
  100. ],
  101. "initial-states":{
  102. "exp":{
  103. "op":"∧",
  104. "left":{
  105. "op":"∧",
  106. "left":{
  107. "op":"∧",
  108. "left":{
  109. "op":"∧",
  110. "left":{
  111. "op":"∧",
  112. "left":{
  113. "op":"∧",
  114. "left":{
  115. "op":"∧",
  116. "left":{
  117. "op":"∧",
  118. "left":{
  119. "op":"=",
  120. "left":"p1",
  121. "right":0
  122. },
  123. "right":{
  124. "op":"=",
  125. "left":"p2",
  126. "right":0
  127. }
  128. },
  129. "right":{
  130. "op":"=",
  131. "left":"p3",
  132. "right":0
  133. }
  134. },
  135. "right":{
  136. "op":"=",
  137. "left":"p4",
  138. "right":0
  139. }
  140. },
  141. "right":{
  142. "op":"=",
  143. "left":"p5",
  144. "right":0
  145. }
  146. },
  147. "right":{
  148. "op":"=",
  149. "left":"p6",
  150. "right":0
  151. }
  152. },
  153. "right":{
  154. "op":"=",
  155. "left":"p7",
  156. "right":0
  157. }
  158. },
  159. "right":{
  160. "op":"=",
  161. "left":"p8",
  162. "right":0
  163. }
  164. },
  165. "right":{
  166. "op":"=",
  167. "left":"p9",
  168. "right":0
  169. }
  170. }
  171. },
  172. "automata":[
  173. {
  174. "name":"phil1",
  175. "locations":[
  176. {
  177. "name":"location",
  178. "observables":[
  179. {
  180. "ref":"\"num_steps\"",
  181. "value":1
  182. }
  183. ]
  184. }
  185. ],
  186. "initial-locations":[
  187. "location"
  188. ],
  189. "edges":[
  190. {
  191. "location":"location",
  192. "action":"tau__",
  193. "guard":{
  194. "exp":{
  195. "op":"=",
  196. "left":"p1",
  197. "right":0
  198. }
  199. },
  200. "destinations":[
  201. {
  202. "probability":{
  203. "exp":1
  204. },
  205. "location":"location",
  206. "assignments":[
  207. {
  208. "ref":"p1",
  209. "value":1
  210. }
  211. ],
  212. "observables":[
  213. ]
  214. }
  215. ]
  216. },
  217. {
  218. "location":"location",
  219. "action":"tau__",
  220. "guard":{
  221. "exp":{
  222. "op":"=",
  223. "left":"p1",
  224. "right":1
  225. }
  226. },
  227. "destinations":[
  228. {
  229. "probability":{
  230. "exp":0.5000000
  231. },
  232. "location":"location",
  233. "assignments":[
  234. {
  235. "ref":"p1",
  236. "value":2
  237. }
  238. ],
  239. "observables":[
  240. ]
  241. },
  242. {
  243. "probability":{
  244. "exp":0.5000000
  245. },
  246. "location":"location",
  247. "assignments":[
  248. {
  249. "ref":"p1",
  250. "value":3
  251. }
  252. ],
  253. "observables":[
  254. ]
  255. }
  256. ]
  257. },
  258. {
  259. "location":"location",
  260. "action":"tau__",
  261. "guard":{
  262. "exp":{
  263. "op":"∧",
  264. "left":{
  265. "op":"=",
  266. "left":"p1",
  267. "right":2
  268. },
  269. "right":{
  270. "op":"∨",
  271. "left":{
  272. "op":"∨",
  273. "left":{
  274. "op":"∧",
  275. "left":{
  276. "op":"≥",
  277. "left":"p2",
  278. "right":0
  279. },
  280. "right":{
  281. "op":"≤",
  282. "left":"p2",
  283. "right":4
  284. }
  285. },
  286. "right":{
  287. "op":"=",
  288. "left":"p2",
  289. "right":6
  290. }
  291. },
  292. "right":{
  293. "op":"=",
  294. "left":"p2",
  295. "right":10
  296. }
  297. }
  298. }
  299. },
  300. "destinations":[
  301. {
  302. "probability":{
  303. "exp":1
  304. },
  305. "location":"location",
  306. "assignments":[
  307. {
  308. "ref":"p1",
  309. "value":4
  310. }
  311. ],
  312. "observables":[
  313. ]
  314. }
  315. ]
  316. },
  317. {
  318. "location":"location",
  319. "action":"tau__",
  320. "guard":{
  321. "exp":{
  322. "op":"∧",
  323. "left":{
  324. "op":"=",
  325. "left":"p1",
  326. "right":3
  327. },
  328. "right":{
  329. "op":"∨",
  330. "left":{
  331. "op":"∨",
  332. "left":{
  333. "op":"∨",
  334. "left":{
  335. "op":"∧",
  336. "left":{
  337. "op":"≥",
  338. "left":"p9",
  339. "right":0
  340. },
  341. "right":{
  342. "op":"≤",
  343. "left":"p9",
  344. "right":3
  345. }
  346. },
  347. "right":{
  348. "op":"=",
  349. "left":"p9",
  350. "right":5
  351. }
  352. },
  353. "right":{
  354. "op":"=",
  355. "left":"p9",
  356. "right":7
  357. }
  358. },
  359. "right":{
  360. "op":"=",
  361. "left":"p9",
  362. "right":11
  363. }
  364. }
  365. }
  366. },
  367. "destinations":[
  368. {
  369. "probability":{
  370. "exp":1
  371. },
  372. "location":"location",
  373. "assignments":[
  374. {
  375. "ref":"p1",
  376. "value":5
  377. }
  378. ],
  379. "observables":[
  380. ]
  381. }
  382. ]
  383. },
  384. {
  385. "location":"location",
  386. "action":"tau__",
  387. "guard":{
  388. "exp":{
  389. "op":"∧",
  390. "left":{
  391. "op":"=",
  392. "left":"p1",
  393. "right":4
  394. },
  395. "right":{
  396. "op":"∨",
  397. "left":{
  398. "op":"∨",
  399. "left":{
  400. "op":"∨",
  401. "left":{
  402. "op":"∧",
  403. "left":{
  404. "op":"≥",
  405. "left":"p9",
  406. "right":0
  407. },
  408. "right":{
  409. "op":"≤",
  410. "left":"p9",
  411. "right":3
  412. }
  413. },
  414. "right":{
  415. "op":"=",
  416. "left":"p9",
  417. "right":5
  418. }
  419. },
  420. "right":{
  421. "op":"=",
  422. "left":"p9",
  423. "right":7
  424. }
  425. },
  426. "right":{
  427. "op":"=",
  428. "left":"p9",
  429. "right":11
  430. }
  431. }
  432. }
  433. },
  434. "destinations":[
  435. {
  436. "probability":{
  437. "exp":1
  438. },
  439. "location":"location",
  440. "assignments":[
  441. {
  442. "ref":"p1",
  443. "value":8
  444. }
  445. ],
  446. "observables":[
  447. ]
  448. }
  449. ]
  450. },
  451. {
  452. "location":"location",
  453. "action":"tau__",
  454. "guard":{
  455. "exp":{
  456. "op":"∧",
  457. "left":{
  458. "op":"=",
  459. "left":"p1",
  460. "right":4
  461. },
  462. "right":{
  463. "op":"¬",
  464. "exp":{
  465. "op":"∨",
  466. "left":{
  467. "op":"∨",
  468. "left":{
  469. "op":"∨",
  470. "left":{
  471. "op":"∧",
  472. "left":{
  473. "op":"≥",
  474. "left":"p9",
  475. "right":0
  476. },
  477. "right":{
  478. "op":"≤",
  479. "left":"p9",
  480. "right":3
  481. }
  482. },
  483. "right":{
  484. "op":"=",
  485. "left":"p9",
  486. "right":5
  487. }
  488. },
  489. "right":{
  490. "op":"=",
  491. "left":"p9",
  492. "right":7
  493. }
  494. },
  495. "right":{
  496. "op":"=",
  497. "left":"p9",
  498. "right":11
  499. }
  500. }
  501. }
  502. }
  503. },
  504. "destinations":[
  505. {
  506. "probability":{
  507. "exp":1
  508. },
  509. "location":"location",
  510. "assignments":[
  511. {
  512. "ref":"p1",
  513. "value":6
  514. }
  515. ],
  516. "observables":[
  517. ]
  518. }
  519. ]
  520. },
  521. {
  522. "location":"location",
  523. "action":"tau__",
  524. "guard":{
  525. "exp":{
  526. "op":"∧",
  527. "left":{
  528. "op":"=",
  529. "left":"p1",
  530. "right":5
  531. },
  532. "right":{
  533. "op":"∨",
  534. "left":{
  535. "op":"∨",
  536. "left":{
  537. "op":"∧",
  538. "left":{
  539. "op":"≥",
  540. "left":"p2",
  541. "right":0
  542. },
  543. "right":{
  544. "op":"≤",
  545. "left":"p2",
  546. "right":4
  547. }
  548. },
  549. "right":{
  550. "op":"=",
  551. "left":"p2",
  552. "right":6
  553. }
  554. },
  555. "right":{
  556. "op":"=",
  557. "left":"p2",
  558. "right":10
  559. }
  560. }
  561. }
  562. },
  563. "destinations":[
  564. {
  565. "probability":{
  566. "exp":1
  567. },
  568. "location":"location",
  569. "assignments":[
  570. {
  571. "ref":"p1",
  572. "value":8
  573. }
  574. ],
  575. "observables":[
  576. ]
  577. }
  578. ]
  579. },
  580. {
  581. "location":"location",
  582. "action":"tau__",
  583. "guard":{
  584. "exp":{
  585. "op":"∧",
  586. "left":{
  587. "op":"=",
  588. "left":"p1",
  589. "right":5
  590. },
  591. "right":{
  592. "op":"¬",
  593. "exp":{
  594. "op":"∨",
  595. "left":{
  596. "op":"∨",
  597. "left":{
  598. "op":"∧",
  599. "left":{
  600. "op":"≥",
  601. "left":"p2",
  602. "right":0
  603. },
  604. "right":{
  605. "op":"≤",
  606. "left":"p2",
  607. "right":4
  608. }
  609. },
  610. "right":{
  611. "op":"=",
  612. "left":"p2",
  613. "right":6
  614. }
  615. },
  616. "right":{
  617. "op":"=",
  618. "left":"p2",
  619. "right":10
  620. }
  621. }
  622. }
  623. }
  624. },
  625. "destinations":[
  626. {
  627. "probability":{
  628. "exp":1
  629. },
  630. "location":"location",
  631. "assignments":[
  632. {
  633. "ref":"p1",
  634. "value":7
  635. }
  636. ],
  637. "observables":[
  638. ]
  639. }
  640. ]
  641. },
  642. {
  643. "location":"location",
  644. "action":"tau__",
  645. "guard":{
  646. "exp":{
  647. "op":"=",
  648. "left":"p1",
  649. "right":6
  650. }
  651. },
  652. "destinations":[
  653. {
  654. "probability":{
  655. "exp":1
  656. },
  657. "location":"location",
  658. "assignments":[
  659. {
  660. "ref":"p1",
  661. "value":1
  662. }
  663. ],
  664. "observables":[
  665. ]
  666. }
  667. ]
  668. },
  669. {
  670. "location":"location",
  671. "action":"tau__",
  672. "guard":{
  673. "exp":{
  674. "op":"=",
  675. "left":"p1",
  676. "right":7
  677. }
  678. },
  679. "destinations":[
  680. {
  681. "probability":{
  682. "exp":1
  683. },
  684. "location":"location",
  685. "assignments":[
  686. {
  687. "ref":"p1",
  688. "value":1
  689. }
  690. ],
  691. "observables":[
  692. ]
  693. }
  694. ]
  695. },
  696. {
  697. "location":"location",
  698. "action":"tau__",
  699. "guard":{
  700. "exp":{
  701. "op":"=",
  702. "left":"p1",
  703. "right":8
  704. }
  705. },
  706. "destinations":[
  707. {
  708. "probability":{
  709. "exp":1
  710. },
  711. "location":"location",
  712. "assignments":[
  713. {
  714. "ref":"p1",
  715. "value":9
  716. }
  717. ],
  718. "observables":[
  719. ]
  720. }
  721. ]
  722. },
  723. {
  724. "location":"location",
  725. "action":"tau__",
  726. "guard":{
  727. "exp":{
  728. "op":"=",
  729. "left":"p1",
  730. "right":9
  731. }
  732. },
  733. "destinations":[
  734. {
  735. "probability":{
  736. "exp":1
  737. },
  738. "location":"location",
  739. "assignments":[
  740. {
  741. "ref":"p1",
  742. "value":10
  743. }
  744. ],
  745. "observables":[
  746. ]
  747. }
  748. ]
  749. },
  750. {
  751. "location":"location",
  752. "action":"tau__",
  753. "guard":{
  754. "exp":{
  755. "op":"=",
  756. "left":"p1",
  757. "right":9
  758. }
  759. },
  760. "destinations":[
  761. {
  762. "probability":{
  763. "exp":1
  764. },
  765. "location":"location",
  766. "assignments":[
  767. {
  768. "ref":"p1",
  769. "value":11
  770. }
  771. ],
  772. "observables":[
  773. ]
  774. }
  775. ]
  776. },
  777. {
  778. "location":"location",
  779. "action":"tau__",
  780. "guard":{
  781. "exp":{
  782. "op":"=",
  783. "left":"p1",
  784. "right":10
  785. }
  786. },
  787. "destinations":[
  788. {
  789. "probability":{
  790. "exp":1
  791. },
  792. "location":"location",
  793. "assignments":[
  794. {
  795. "ref":"p1",
  796. "value":0
  797. }
  798. ],
  799. "observables":[
  800. ]
  801. }
  802. ]
  803. },
  804. {
  805. "location":"location",
  806. "action":"tau__",
  807. "guard":{
  808. "exp":{
  809. "op":"=",
  810. "left":"p1",
  811. "right":11
  812. }
  813. },
  814. "destinations":[
  815. {
  816. "probability":{
  817. "exp":1
  818. },
  819. "location":"location",
  820. "assignments":[
  821. {
  822. "ref":"p1",
  823. "value":0
  824. }
  825. ],
  826. "observables":[
  827. ]
  828. }
  829. ]
  830. }
  831. ]
  832. },
  833. {
  834. "name":"phil2",
  835. "locations":[
  836. {
  837. "name":"location"
  838. }
  839. ],
  840. "initial-locations":[
  841. "location"
  842. ],
  843. "edges":[
  844. {
  845. "location":"location",
  846. "action":"tau__",
  847. "guard":{
  848. "exp":{
  849. "op":"=",
  850. "left":"p2",
  851. "right":0
  852. }
  853. },
  854. "destinations":[
  855. {
  856. "probability":{
  857. "exp":1
  858. },
  859. "location":"location",
  860. "assignments":[
  861. {
  862. "ref":"p2",
  863. "value":1
  864. }
  865. ],
  866. "observables":[
  867. ]
  868. }
  869. ]
  870. },
  871. {
  872. "location":"location",
  873. "action":"tau__",
  874. "guard":{
  875. "exp":{
  876. "op":"=",
  877. "left":"p2",
  878. "right":1
  879. }
  880. },
  881. "destinations":[
  882. {
  883. "probability":{
  884. "exp":0.5000000
  885. },
  886. "location":"location",
  887. "assignments":[
  888. {
  889. "ref":"p2",
  890. "value":2
  891. }
  892. ],
  893. "observables":[
  894. ]
  895. },
  896. {
  897. "probability":{
  898. "exp":0.5000000
  899. },
  900. "location":"location",
  901. "assignments":[
  902. {
  903. "ref":"p2",
  904. "value":3
  905. }
  906. ],
  907. "observables":[
  908. ]
  909. }
  910. ]
  911. },
  912. {
  913. "location":"location",
  914. "action":"tau__",
  915. "guard":{
  916. "exp":{
  917. "op":"∧",
  918. "left":{
  919. "op":"=",
  920. "left":"p2",
  921. "right":2
  922. },
  923. "right":{
  924. "op":"∨",
  925. "left":{
  926. "op":"∨",
  927. "left":{
  928. "op":"∧",
  929. "left":{
  930. "op":"≥",
  931. "left":"p3",
  932. "right":0
  933. },
  934. "right":{
  935. "op":"≤",
  936. "left":"p3",
  937. "right":4
  938. }
  939. },
  940. "right":{
  941. "op":"=",
  942. "left":"p3",
  943. "right":6
  944. }
  945. },
  946. "right":{
  947. "op":"=",
  948. "left":"p3",
  949. "right":10
  950. }
  951. }
  952. }
  953. },
  954. "destinations":[
  955. {
  956. "probability":{
  957. "exp":1
  958. },
  959. "location":"location",
  960. "assignments":[
  961. {
  962. "ref":"p2",
  963. "value":4
  964. }
  965. ],
  966. "observables":[
  967. ]
  968. }
  969. ]
  970. },
  971. {
  972. "location":"location",
  973. "action":"tau__",
  974. "guard":{
  975. "exp":{
  976. "op":"∧",
  977. "left":{
  978. "op":"=",
  979. "left":"p2",
  980. "right":3
  981. },
  982. "right":{
  983. "op":"∨",
  984. "left":{
  985. "op":"∨",
  986. "left":{
  987. "op":"∨",
  988. "left":{
  989. "op":"∧",
  990. "left":{
  991. "op":"≥",
  992. "left":"p1",
  993. "right":0
  994. },
  995. "right":{
  996. "op":"≤",
  997. "left":"p1",
  998. "right":3
  999. }
  1000. },
  1001. "right":{
  1002. "op":"=",
  1003. "left":"p1",
  1004. "right":5
  1005. }
  1006. },
  1007. "right":{
  1008. "op":"=",
  1009. "left":"p1",
  1010. "right":7
  1011. }
  1012. },
  1013. "right":{
  1014. "op":"=",
  1015. "left":"p1",
  1016. "right":11
  1017. }
  1018. }
  1019. }
  1020. },
  1021. "destinations":[
  1022. {
  1023. "probability":{
  1024. "exp":1
  1025. },
  1026. "location":"location",
  1027. "assignments":[
  1028. {
  1029. "ref":"p2",
  1030. "value":5
  1031. }
  1032. ],
  1033. "observables":[
  1034. ]
  1035. }
  1036. ]
  1037. },
  1038. {
  1039. "location":"location",
  1040. "action":"tau__",
  1041. "guard":{
  1042. "exp":{
  1043. "op":"∧",
  1044. "left":{
  1045. "op":"=",
  1046. "left":"p2",
  1047. "right":4
  1048. },
  1049. "right":{
  1050. "op":"∨",
  1051. "left":{
  1052. "op":"∨",
  1053. "left":{
  1054. "op":"∨",
  1055. "left":{
  1056. "op":"∧",
  1057. "left":{
  1058. "op":"≥",
  1059. "left":"p1",
  1060. "right":0
  1061. },
  1062. "right":{
  1063. "op":"≤",
  1064. "left":"p1",
  1065. "right":3
  1066. }
  1067. },
  1068. "right":{
  1069. "op":"=",
  1070. "left":"p1",
  1071. "right":5
  1072. }
  1073. },
  1074. "right":{
  1075. "op":"=",
  1076. "left":"p1",
  1077. "right":7
  1078. }
  1079. },
  1080. "right":{
  1081. "op":"=",
  1082. "left":"p1",
  1083. "right":11
  1084. }
  1085. }
  1086. }
  1087. },
  1088. "destinations":[
  1089. {
  1090. "probability":{
  1091. "exp":1
  1092. },
  1093. "location":"location",
  1094. "assignments":[
  1095. {
  1096. "ref":"p2",
  1097. "value":8
  1098. }
  1099. ],
  1100. "observables":[
  1101. ]
  1102. }
  1103. ]
  1104. },
  1105. {
  1106. "location":"location",
  1107. "action":"tau__",
  1108. "guard":{
  1109. "exp":{
  1110. "op":"∧",
  1111. "left":{
  1112. "op":"=",
  1113. "left":"p2",
  1114. "right":4
  1115. },
  1116. "right":{
  1117. "op":"¬",
  1118. "exp":{
  1119. "op":"∨",
  1120. "left":{
  1121. "op":"∨",
  1122. "left":{
  1123. "op":"∨",
  1124. "left":{
  1125. "op":"∧",
  1126. "left":{
  1127. "op":"≥",
  1128. "left":"p1",
  1129. "right":0
  1130. },
  1131. "right":{
  1132. "op":"≤",
  1133. "left":"p1",
  1134. "right":3
  1135. }
  1136. },
  1137. "right":{
  1138. "op":"=",
  1139. "left":"p1",
  1140. "right":5
  1141. }
  1142. },
  1143. "right":{
  1144. "op":"=",
  1145. "left":"p1",
  1146. "right":7
  1147. }
  1148. },
  1149. "right":{
  1150. "op":"=",
  1151. "left":"p1",
  1152. "right":11
  1153. }
  1154. }
  1155. }
  1156. }
  1157. },
  1158. "destinations":[
  1159. {
  1160. "probability":{
  1161. "exp":1
  1162. },
  1163. "location":"location",
  1164. "assignments":[
  1165. {
  1166. "ref":"p2",
  1167. "value":6
  1168. }
  1169. ],
  1170. "observables":[
  1171. ]
  1172. }
  1173. ]
  1174. },
  1175. {
  1176. "location":"location",
  1177. "action":"tau__",
  1178. "guard":{
  1179. "exp":{
  1180. "op":"∧",
  1181. "left":{
  1182. "op":"=",
  1183. "left":"p2",
  1184. "right":5
  1185. },
  1186. "right":{
  1187. "op":"∨",
  1188. "left":{
  1189. "op":"∨",
  1190. "left":{
  1191. "op":"∧",
  1192. "left":{
  1193. "op":"≥",
  1194. "left":"p3",
  1195. "right":0
  1196. },
  1197. "right":{
  1198. "op":"≤",
  1199. "left":"p3",
  1200. "right":4
  1201. }
  1202. },
  1203. "right":{
  1204. "op":"=",
  1205. "left":"p3",
  1206. "right":6
  1207. }
  1208. },
  1209. "right":{
  1210. "op":"=",
  1211. "left":"p3",
  1212. "right":10
  1213. }
  1214. }
  1215. }
  1216. },
  1217. "destinations":[
  1218. {
  1219. "probability":{
  1220. "exp":1
  1221. },
  1222. "location":"location",
  1223. "assignments":[
  1224. {
  1225. "ref":"p2",
  1226. "value":8
  1227. }
  1228. ],
  1229. "observables":[
  1230. ]
  1231. }
  1232. ]
  1233. },
  1234. {
  1235. "location":"location",
  1236. "action":"tau__",
  1237. "guard":{
  1238. "exp":{
  1239. "op":"∧",
  1240. "left":{
  1241. "op":"=",
  1242. "left":"p2",
  1243. "right":5
  1244. },
  1245. "right":{
  1246. "op":"¬",
  1247. "exp":{
  1248. "op":"∨",
  1249. "left":{
  1250. "op":"∨",
  1251. "left":{
  1252. "op":"∧",
  1253. "left":{
  1254. "op":"≥",
  1255. "left":"p3",
  1256. "right":0
  1257. },
  1258. "right":{
  1259. "op":"≤",
  1260. "left":"p3",
  1261. "right":4
  1262. }
  1263. },
  1264. "right":{
  1265. "op":"=",
  1266. "left":"p3",
  1267. "right":6
  1268. }
  1269. },
  1270. "right":{
  1271. "op":"=",
  1272. "left":"p3",
  1273. "right":10
  1274. }
  1275. }
  1276. }
  1277. }
  1278. },
  1279. "destinations":[
  1280. {
  1281. "probability":{
  1282. "exp":1
  1283. },
  1284. "location":"location",
  1285. "assignments":[
  1286. {
  1287. "ref":"p2",
  1288. "value":7
  1289. }
  1290. ],
  1291. "observables":[
  1292. ]
  1293. }
  1294. ]
  1295. },
  1296. {
  1297. "location":"location",
  1298. "action":"tau__",
  1299. "guard":{
  1300. "exp":{
  1301. "op":"=",
  1302. "left":"p2",
  1303. "right":6
  1304. }
  1305. },
  1306. "destinations":[
  1307. {
  1308. "probability":{
  1309. "exp":1
  1310. },
  1311. "location":"location",
  1312. "assignments":[
  1313. {
  1314. "ref":"p2",
  1315. "value":1
  1316. }
  1317. ],
  1318. "observables":[
  1319. ]
  1320. }
  1321. ]
  1322. },
  1323. {
  1324. "location":"location",
  1325. "action":"tau__",
  1326. "guard":{
  1327. "exp":{
  1328. "op":"=",
  1329. "left":"p2",
  1330. "right":7
  1331. }
  1332. },
  1333. "destinations":[
  1334. {
  1335. "probability":{
  1336. "exp":1
  1337. },
  1338. "location":"location",
  1339. "assignments":[
  1340. {
  1341. "ref":"p2",
  1342. "value":1
  1343. }
  1344. ],
  1345. "observables":[
  1346. ]
  1347. }
  1348. ]
  1349. },
  1350. {
  1351. "location":"location",
  1352. "action":"tau__",
  1353. "guard":{
  1354. "exp":{
  1355. "op":"=",
  1356. "left":"p2",
  1357. "right":8
  1358. }
  1359. },
  1360. "destinations":[
  1361. {
  1362. "probability":{
  1363. "exp":1
  1364. },
  1365. "location":"location",
  1366. "assignments":[
  1367. {
  1368. "ref":"p2",
  1369. "value":9
  1370. }
  1371. ],
  1372. "observables":[
  1373. ]
  1374. }
  1375. ]
  1376. },
  1377. {
  1378. "location":"location",
  1379. "action":"tau__",
  1380. "guard":{
  1381. "exp":{
  1382. "op":"=",
  1383. "left":"p2",
  1384. "right":9
  1385. }
  1386. },
  1387. "destinations":[
  1388. {
  1389. "probability":{
  1390. "exp":1
  1391. },
  1392. "location":"location",
  1393. "assignments":[
  1394. {
  1395. "ref":"p2",
  1396. "value":10
  1397. }
  1398. ],
  1399. "observables":[
  1400. ]
  1401. }
  1402. ]
  1403. },
  1404. {
  1405. "location":"location",
  1406. "action":"tau__",
  1407. "guard":{
  1408. "exp":{
  1409. "op":"=",
  1410. "left":"p2",
  1411. "right":9
  1412. }
  1413. },
  1414. "destinations":[
  1415. {
  1416. "probability":{
  1417. "exp":1
  1418. },
  1419. "location":"location",
  1420. "assignments":[
  1421. {
  1422. "ref":"p2",
  1423. "value":11
  1424. }
  1425. ],
  1426. "observables":[
  1427. ]
  1428. }
  1429. ]
  1430. },
  1431. {
  1432. "location":"location",
  1433. "action":"tau__",
  1434. "guard":{
  1435. "exp":{
  1436. "op":"=",
  1437. "left":"p2",
  1438. "right":10
  1439. }
  1440. },
  1441. "destinations":[
  1442. {
  1443. "probability":{
  1444. "exp":1
  1445. },
  1446. "location":"location",
  1447. "assignments":[
  1448. {
  1449. "ref":"p2",
  1450. "value":0
  1451. }
  1452. ],
  1453. "observables":[
  1454. ]
  1455. }
  1456. ]
  1457. },
  1458. {
  1459. "location":"location",
  1460. "action":"tau__",
  1461. "guard":{
  1462. "exp":{
  1463. "op":"=",
  1464. "left":"p2",
  1465. "right":11
  1466. }
  1467. },
  1468. "destinations":[
  1469. {
  1470. "probability":{
  1471. "exp":1
  1472. },
  1473. "location":"location",
  1474. "assignments":[
  1475. {
  1476. "ref":"p2",
  1477. "value":0
  1478. }
  1479. ],
  1480. "observables":[
  1481. ]
  1482. }
  1483. ]
  1484. }
  1485. ]
  1486. },
  1487. {
  1488. "name":"phil3",
  1489. "locations":[
  1490. {
  1491. "name":"location"
  1492. }
  1493. ],
  1494. "initial-locations":[
  1495. "location"
  1496. ],
  1497. "edges":[
  1498. {
  1499. "location":"location",
  1500. "action":"tau__",
  1501. "guard":{
  1502. "exp":{
  1503. "op":"=",
  1504. "left":"p3",
  1505. "right":0
  1506. }
  1507. },
  1508. "destinations":[
  1509. {
  1510. "probability":{
  1511. "exp":1
  1512. },
  1513. "location":"location",
  1514. "assignments":[
  1515. {
  1516. "ref":"p3",
  1517. "value":1
  1518. }
  1519. ],
  1520. "observables":[
  1521. ]
  1522. }
  1523. ]
  1524. },
  1525. {
  1526. "location":"location",
  1527. "action":"tau__",
  1528. "guard":{
  1529. "exp":{
  1530. "op":"=",
  1531. "left":"p3",
  1532. "right":1
  1533. }
  1534. },
  1535. "destinations":[
  1536. {
  1537. "probability":{
  1538. "exp":0.5000000
  1539. },
  1540. "location":"location",
  1541. "assignments":[
  1542. {
  1543. "ref":"p3",
  1544. "value":2
  1545. }
  1546. ],
  1547. "observables":[
  1548. ]
  1549. },
  1550. {
  1551. "probability":{
  1552. "exp":0.5000000
  1553. },
  1554. "location":"location",
  1555. "assignments":[
  1556. {
  1557. "ref":"p3",
  1558. "value":3
  1559. }
  1560. ],
  1561. "observables":[
  1562. ]
  1563. }
  1564. ]
  1565. },
  1566. {
  1567. "location":"location",
  1568. "action":"tau__",
  1569. "guard":{
  1570. "exp":{
  1571. "op":"∧",
  1572. "left":{
  1573. "op":"=",
  1574. "left":"p3",
  1575. "right":2
  1576. },
  1577. "right":{
  1578. "op":"∨",
  1579. "left":{
  1580. "op":"∨",
  1581. "left":{
  1582. "op":"∧",
  1583. "left":{
  1584. "op":"≥",
  1585. "left":"p4",
  1586. "right":0
  1587. },
  1588. "right":{
  1589. "op":"≤",
  1590. "left":"p4",
  1591. "right":4
  1592. }
  1593. },
  1594. "right":{
  1595. "op":"=",
  1596. "left":"p4",
  1597. "right":6
  1598. }
  1599. },
  1600. "right":{
  1601. "op":"=",
  1602. "left":"p4",
  1603. "right":10
  1604. }
  1605. }
  1606. }
  1607. },
  1608. "destinations":[
  1609. {
  1610. "probability":{
  1611. "exp":1
  1612. },
  1613. "location":"location",
  1614. "assignments":[
  1615. {
  1616. "ref":"p3",
  1617. "value":4
  1618. }
  1619. ],
  1620. "observables":[
  1621. ]
  1622. }
  1623. ]
  1624. },
  1625. {
  1626. "location":"location",
  1627. "action":"tau__",
  1628. "guard":{
  1629. "exp":{
  1630. "op":"∧",
  1631. "left":{
  1632. "op":"=",
  1633. "left":"p3",
  1634. "right":3
  1635. },
  1636. "right":{
  1637. "op":"∨",
  1638. "left":{
  1639. "op":"∨",
  1640. "left":{
  1641. "op":"∨",
  1642. "left":{
  1643. "op":"∧",
  1644. "left":{
  1645. "op":"≥",
  1646. "left":"p2",
  1647. "right":0
  1648. },
  1649. "right":{
  1650. "op":"≤",
  1651. "left":"p2",
  1652. "right":3
  1653. }
  1654. },
  1655. "right":{
  1656. "op":"=",
  1657. "left":"p2",
  1658. "right":5
  1659. }
  1660. },
  1661. "right":{
  1662. "op":"=",
  1663. "left":"p2",
  1664. "right":7
  1665. }
  1666. },
  1667. "right":{
  1668. "op":"=",
  1669. "left":"p2",
  1670. "right":11
  1671. }
  1672. }
  1673. }
  1674. },
  1675. "destinations":[
  1676. {
  1677. "probability":{
  1678. "exp":1
  1679. },
  1680. "location":"location",
  1681. "assignments":[
  1682. {
  1683. "ref":"p3",
  1684. "value":5
  1685. }
  1686. ],
  1687. "observables":[
  1688. ]
  1689. }
  1690. ]
  1691. },
  1692. {
  1693. "location":"location",
  1694. "action":"tau__",
  1695. "guard":{
  1696. "exp":{
  1697. "op":"∧",
  1698. "left":{
  1699. "op":"=",
  1700. "left":"p3",
  1701. "right":4
  1702. },
  1703. "right":{
  1704. "op":"∨",
  1705. "left":{
  1706. "op":"∨",
  1707. "left":{
  1708. "op":"∨",
  1709. "left":{
  1710. "op":"∧",
  1711. "left":{
  1712. "op":"≥",
  1713. "left":"p2",
  1714. "right":0
  1715. },
  1716. "right":{
  1717. "op":"≤",
  1718. "left":"p2",
  1719. "right":3
  1720. }
  1721. },
  1722. "right":{
  1723. "op":"=",
  1724. "left":"p2",
  1725. "right":5
  1726. }
  1727. },
  1728. "right":{
  1729. "op":"=",
  1730. "left":"p2",
  1731. "right":7
  1732. }
  1733. },
  1734. "right":{
  1735. "op":"=",
  1736. "left":"p2",
  1737. "right":11
  1738. }
  1739. }
  1740. }
  1741. },
  1742. "destinations":[
  1743. {
  1744. "probability":{
  1745. "exp":1
  1746. },
  1747. "location":"location",
  1748. "assignments":[
  1749. {
  1750. "ref":"p3",
  1751. "value":8
  1752. }
  1753. ],
  1754. "observables":[
  1755. ]
  1756. }
  1757. ]
  1758. },
  1759. {
  1760. "location":"location",
  1761. "action":"tau__",
  1762. "guard":{
  1763. "exp":{
  1764. "op":"∧",
  1765. "left":{
  1766. "op":"=",
  1767. "left":"p3",
  1768. "right":4
  1769. },
  1770. "right":{
  1771. "op":"¬",
  1772. "exp":{
  1773. "op":"∨",
  1774. "left":{
  1775. "op":"∨",
  1776. "left":{
  1777. "op":"∨",
  1778. "left":{
  1779. "op":"∧",
  1780. "left":{
  1781. "op":"≥",
  1782. "left":"p2",
  1783. "right":0
  1784. },
  1785. "right":{
  1786. "op":"≤",
  1787. "left":"p2",
  1788. "right":3
  1789. }
  1790. },
  1791. "right":{
  1792. "op":"=",
  1793. "left":"p2",
  1794. "right":5
  1795. }
  1796. },
  1797. "right":{
  1798. "op":"=",
  1799. "left":"p2",
  1800. "right":7
  1801. }
  1802. },
  1803. "right":{
  1804. "op":"=",
  1805. "left":"p2",
  1806. "right":11
  1807. }
  1808. }
  1809. }
  1810. }
  1811. },
  1812. "destinations":[
  1813. {
  1814. "probability":{
  1815. "exp":1
  1816. },
  1817. "location":"location",
  1818. "assignments":[
  1819. {
  1820. "ref":"p3",
  1821. "value":6
  1822. }
  1823. ],
  1824. "observables":[
  1825. ]
  1826. }
  1827. ]
  1828. },
  1829. {
  1830. "location":"location",
  1831. "action":"tau__",
  1832. "guard":{
  1833. "exp":{
  1834. "op":"∧",
  1835. "left":{
  1836. "op":"=",
  1837. "left":"p3",
  1838. "right":5
  1839. },
  1840. "right":{
  1841. "op":"∨",
  1842. "left":{
  1843. "op":"∨",
  1844. "left":{
  1845. "op":"∧",
  1846. "left":{
  1847. "op":"≥",
  1848. "left":"p4",
  1849. "right":0
  1850. },
  1851. "right":{
  1852. "op":"≤",
  1853. "left":"p4",
  1854. "right":4
  1855. }
  1856. },
  1857. "right":{
  1858. "op":"=",
  1859. "left":"p4",
  1860. "right":6
  1861. }
  1862. },
  1863. "right":{
  1864. "op":"=",
  1865. "left":"p4",
  1866. "right":10
  1867. }
  1868. }
  1869. }
  1870. },
  1871. "destinations":[
  1872. {
  1873. "probability":{
  1874. "exp":1
  1875. },
  1876. "location":"location",
  1877. "assignments":[
  1878. {
  1879. "ref":"p3",
  1880. "value":8
  1881. }
  1882. ],
  1883. "observables":[
  1884. ]
  1885. }
  1886. ]
  1887. },
  1888. {
  1889. "location":"location",
  1890. "action":"tau__",
  1891. "guard":{
  1892. "exp":{
  1893. "op":"∧",
  1894. "left":{
  1895. "op":"=",
  1896. "left":"p3",
  1897. "right":5
  1898. },
  1899. "right":{
  1900. "op":"¬",
  1901. "exp":{
  1902. "op":"∨",
  1903. "left":{
  1904. "op":"∨",
  1905. "left":{
  1906. "op":"∧",
  1907. "left":{
  1908. "op":"≥",
  1909. "left":"p4",
  1910. "right":0
  1911. },
  1912. "right":{
  1913. "op":"≤",
  1914. "left":"p4",
  1915. "right":4
  1916. }
  1917. },
  1918. "right":{
  1919. "op":"=",
  1920. "left":"p4",
  1921. "right":6
  1922. }
  1923. },
  1924. "right":{
  1925. "op":"=",
  1926. "left":"p4",
  1927. "right":10
  1928. }
  1929. }
  1930. }
  1931. }
  1932. },
  1933. "destinations":[
  1934. {
  1935. "probability":{
  1936. "exp":1
  1937. },
  1938. "location":"location",
  1939. "assignments":[
  1940. {
  1941. "ref":"p3",
  1942. "value":7
  1943. }
  1944. ],
  1945. "observables":[
  1946. ]
  1947. }
  1948. ]
  1949. },
  1950. {
  1951. "location":"location",
  1952. "action":"tau__",
  1953. "guard":{
  1954. "exp":{
  1955. "op":"=",
  1956. "left":"p3",
  1957. "right":6
  1958. }
  1959. },
  1960. "destinations":[
  1961. {
  1962. "probability":{
  1963. "exp":1
  1964. },
  1965. "location":"location",
  1966. "assignments":[
  1967. {
  1968. "ref":"p3",
  1969. "value":1
  1970. }
  1971. ],
  1972. "observables":[
  1973. ]
  1974. }
  1975. ]
  1976. },
  1977. {
  1978. "location":"location",
  1979. "action":"tau__",
  1980. "guard":{
  1981. "exp":{
  1982. "op":"=",
  1983. "left":"p3",
  1984. "right":7
  1985. }
  1986. },
  1987. "destinations":[
  1988. {
  1989. "probability":{
  1990. "exp":1
  1991. },
  1992. "location":"location",
  1993. "assignments":[
  1994. {
  1995. "ref":"p3",
  1996. "value":1
  1997. }
  1998. ],
  1999. "observables":[
  2000. ]
  2001. }
  2002. ]
  2003. },
  2004. {
  2005. "location":"location",
  2006. "action":"tau__",
  2007. "guard":{
  2008. "exp":{
  2009. "op":"=",
  2010. "left":"p3",
  2011. "right":8
  2012. }
  2013. },
  2014. "destinations":[
  2015. {
  2016. "probability":{
  2017. "exp":1
  2018. },
  2019. "location":"location",
  2020. "assignments":[
  2021. {
  2022. "ref":"p3",
  2023. "value":9
  2024. }
  2025. ],
  2026. "observables":[
  2027. ]
  2028. }
  2029. ]
  2030. },
  2031. {
  2032. "location":"location",
  2033. "action":"tau__",
  2034. "guard":{
  2035. "exp":{
  2036. "op":"=",
  2037. "left":"p3",
  2038. "right":9
  2039. }
  2040. },
  2041. "destinations":[
  2042. {
  2043. "probability":{
  2044. "exp":1
  2045. },
  2046. "location":"location",
  2047. "assignments":[
  2048. {
  2049. "ref":"p3",
  2050. "value":10
  2051. }
  2052. ],
  2053. "observables":[
  2054. ]
  2055. }
  2056. ]
  2057. },
  2058. {
  2059. "location":"location",
  2060. "action":"tau__",
  2061. "guard":{
  2062. "exp":{
  2063. "op":"=",
  2064. "left":"p3",
  2065. "right":9
  2066. }
  2067. },
  2068. "destinations":[
  2069. {
  2070. "probability":{
  2071. "exp":1
  2072. },
  2073. "location":"location",
  2074. "assignments":[
  2075. {
  2076. "ref":"p3",
  2077. "value":11
  2078. }
  2079. ],
  2080. "observables":[
  2081. ]
  2082. }
  2083. ]
  2084. },
  2085. {
  2086. "location":"location",
  2087. "action":"tau__",
  2088. "guard":{
  2089. "exp":{
  2090. "op":"=",
  2091. "left":"p3",
  2092. "right":10
  2093. }
  2094. },
  2095. "destinations":[
  2096. {
  2097. "probability":{
  2098. "exp":1
  2099. },
  2100. "location":"location",
  2101. "assignments":[
  2102. {
  2103. "ref":"p3",
  2104. "value":0
  2105. }
  2106. ],
  2107. "observables":[
  2108. ]
  2109. }
  2110. ]
  2111. },
  2112. {
  2113. "location":"location",
  2114. "action":"tau__",
  2115. "guard":{
  2116. "exp":{
  2117. "op":"=",
  2118. "left":"p3",
  2119. "right":11
  2120. }
  2121. },
  2122. "destinations":[
  2123. {
  2124. "probability":{
  2125. "exp":1
  2126. },
  2127. "location":"location",
  2128. "assignments":[
  2129. {
  2130. "ref":"p3",
  2131. "value":0
  2132. }
  2133. ],
  2134. "observables":[
  2135. ]
  2136. }
  2137. ]
  2138. }
  2139. ]
  2140. },
  2141. {
  2142. "name":"phil4",
  2143. "locations":[
  2144. {
  2145. "name":"location"
  2146. }
  2147. ],
  2148. "initial-locations":[
  2149. "location"
  2150. ],
  2151. "edges":[
  2152. {
  2153. "location":"location",
  2154. "action":"tau__",
  2155. "guard":{
  2156. "exp":{
  2157. "op":"=",
  2158. "left":"p4",
  2159. "right":0
  2160. }
  2161. },
  2162. "destinations":[
  2163. {
  2164. "probability":{
  2165. "exp":1
  2166. },
  2167. "location":"location",
  2168. "assignments":[
  2169. {
  2170. "ref":"p4",
  2171. "value":1
  2172. }
  2173. ],
  2174. "observables":[
  2175. ]
  2176. }
  2177. ]
  2178. },
  2179. {
  2180. "location":"location",
  2181. "action":"tau__",
  2182. "guard":{
  2183. "exp":{
  2184. "op":"=",
  2185. "left":"p4",
  2186. "right":1
  2187. }
  2188. },
  2189. "destinations":[
  2190. {
  2191. "probability":{
  2192. "exp":0.5000000
  2193. },
  2194. "location":"location",
  2195. "assignments":[
  2196. {
  2197. "ref":"p4",
  2198. "value":2
  2199. }
  2200. ],
  2201. "observables":[
  2202. ]
  2203. },
  2204. {
  2205. "probability":{
  2206. "exp":0.5000000
  2207. },
  2208. "location":"location",
  2209. "assignments":[
  2210. {
  2211. "ref":"p4",
  2212. "value":3
  2213. }
  2214. ],
  2215. "observables":[
  2216. ]
  2217. }
  2218. ]
  2219. },
  2220. {
  2221. "location":"location",
  2222. "action":"tau__",
  2223. "guard":{
  2224. "exp":{
  2225. "op":"∧",
  2226. "left":{
  2227. "op":"=",
  2228. "left":"p4",
  2229. "right":2
  2230. },
  2231. "right":{
  2232. "op":"∨",
  2233. "left":{
  2234. "op":"∨",
  2235. "left":{
  2236. "op":"∧",
  2237. "left":{
  2238. "op":"≥",
  2239. "left":"p5",
  2240. "right":0
  2241. },
  2242. "right":{
  2243. "op":"≤",
  2244. "left":"p5",
  2245. "right":4
  2246. }
  2247. },
  2248. "right":{
  2249. "op":"=",
  2250. "left":"p5",
  2251. "right":6
  2252. }
  2253. },
  2254. "right":{
  2255. "op":"=",
  2256. "left":"p5",
  2257. "right":10
  2258. }
  2259. }
  2260. }
  2261. },
  2262. "destinations":[
  2263. {
  2264. "probability":{
  2265. "exp":1
  2266. },
  2267. "location":"location",
  2268. "assignments":[
  2269. {
  2270. "ref":"p4",
  2271. "value":4
  2272. }
  2273. ],
  2274. "observables":[
  2275. ]
  2276. }
  2277. ]
  2278. },
  2279. {
  2280. "location":"location",
  2281. "action":"tau__",
  2282. "guard":{
  2283. "exp":{
  2284. "op":"∧",
  2285. "left":{
  2286. "op":"=",
  2287. "left":"p4",
  2288. "right":3
  2289. },
  2290. "right":{
  2291. "op":"∨",
  2292. "left":{
  2293. "op":"∨",
  2294. "left":{
  2295. "op":"∨",
  2296. "left":{
  2297. "op":"∧",
  2298. "left":{
  2299. "op":"≥",
  2300. "left":"p3",
  2301. "right":0
  2302. },
  2303. "right":{
  2304. "op":"≤",
  2305. "left":"p3",
  2306. "right":3
  2307. }
  2308. },
  2309. "right":{
  2310. "op":"=",
  2311. "left":"p3",
  2312. "right":5
  2313. }
  2314. },
  2315. "right":{
  2316. "op":"=",
  2317. "left":"p3",
  2318. "right":7
  2319. }
  2320. },
  2321. "right":{
  2322. "op":"=",
  2323. "left":"p3",
  2324. "right":11
  2325. }
  2326. }
  2327. }
  2328. },
  2329. "destinations":[
  2330. {
  2331. "probability":{
  2332. "exp":1
  2333. },
  2334. "location":"location",
  2335. "assignments":[
  2336. {
  2337. "ref":"p4",
  2338. "value":5
  2339. }
  2340. ],
  2341. "observables":[
  2342. ]
  2343. }
  2344. ]
  2345. },
  2346. {
  2347. "location":"location",
  2348. "action":"tau__",
  2349. "guard":{
  2350. "exp":{
  2351. "op":"∧",
  2352. "left":{
  2353. "op":"=",
  2354. "left":"p4",
  2355. "right":4
  2356. },
  2357. "right":{
  2358. "op":"∨",
  2359. "left":{
  2360. "op":"∨",
  2361. "left":{
  2362. "op":"∨",
  2363. "left":{
  2364. "op":"∧",
  2365. "left":{
  2366. "op":"≥",
  2367. "left":"p3",
  2368. "right":0
  2369. },
  2370. "right":{
  2371. "op":"≤",
  2372. "left":"p3",
  2373. "right":3
  2374. }
  2375. },
  2376. "right":{
  2377. "op":"=",
  2378. "left":"p3",
  2379. "right":5
  2380. }
  2381. },
  2382. "right":{
  2383. "op":"=",
  2384. "left":"p3",
  2385. "right":7
  2386. }
  2387. },
  2388. "right":{
  2389. "op":"=",
  2390. "left":"p3",
  2391. "right":11
  2392. }
  2393. }
  2394. }
  2395. },
  2396. "destinations":[
  2397. {
  2398. "probability":{
  2399. "exp":1
  2400. },
  2401. "location":"location",
  2402. "assignments":[
  2403. {
  2404. "ref":"p4",
  2405. "value":8
  2406. }
  2407. ],
  2408. "observables":[
  2409. ]
  2410. }
  2411. ]
  2412. },
  2413. {
  2414. "location":"location",
  2415. "action":"tau__",
  2416. "guard":{
  2417. "exp":{
  2418. "op":"∧",
  2419. "left":{
  2420. "op":"=",
  2421. "left":"p4",
  2422. "right":4
  2423. },
  2424. "right":{
  2425. "op":"¬",
  2426. "exp":{
  2427. "op":"∨",
  2428. "left":{
  2429. "op":"∨",
  2430. "left":{
  2431. "op":"∨",
  2432. "left":{
  2433. "op":"∧",
  2434. "left":{
  2435. "op":"≥",
  2436. "left":"p3",
  2437. "right":0
  2438. },
  2439. "right":{
  2440. "op":"≤",
  2441. "left":"p3",
  2442. "right":3
  2443. }
  2444. },
  2445. "right":{
  2446. "op":"=",
  2447. "left":"p3",
  2448. "right":5
  2449. }
  2450. },
  2451. "right":{
  2452. "op":"=",
  2453. "left":"p3",
  2454. "right":7
  2455. }
  2456. },
  2457. "right":{
  2458. "op":"=",
  2459. "left":"p3",
  2460. "right":11
  2461. }
  2462. }
  2463. }
  2464. }
  2465. },
  2466. "destinations":[
  2467. {
  2468. "probability":{
  2469. "exp":1
  2470. },
  2471. "location":"location",
  2472. "assignments":[
  2473. {
  2474. "ref":"p4",
  2475. "value":6
  2476. }
  2477. ],
  2478. "observables":[
  2479. ]
  2480. }
  2481. ]
  2482. },
  2483. {
  2484. "location":"location",
  2485. "action":"tau__",
  2486. "guard":{
  2487. "exp":{
  2488. "op":"∧",
  2489. "left":{
  2490. "op":"=",
  2491. "left":"p4",
  2492. "right":5
  2493. },
  2494. "right":{
  2495. "op":"∨",
  2496. "left":{
  2497. "op":"∨",
  2498. "left":{
  2499. "op":"∧",
  2500. "left":{
  2501. "op":"≥",
  2502. "left":"p5",
  2503. "right":0
  2504. },
  2505. "right":{
  2506. "op":"≤",
  2507. "left":"p5",
  2508. "right":4
  2509. }
  2510. },
  2511. "right":{
  2512. "op":"=",
  2513. "left":"p5",
  2514. "right":6
  2515. }
  2516. },
  2517. "right":{
  2518. "op":"=",
  2519. "left":"p5",
  2520. "right":10
  2521. }
  2522. }
  2523. }
  2524. },
  2525. "destinations":[
  2526. {
  2527. "probability":{
  2528. "exp":1
  2529. },
  2530. "location":"location",
  2531. "assignments":[
  2532. {
  2533. "ref":"p4",
  2534. "value":8
  2535. }
  2536. ],
  2537. "observables":[
  2538. ]
  2539. }
  2540. ]
  2541. },
  2542. {
  2543. "location":"location",
  2544. "action":"tau__",
  2545. "guard":{
  2546. "exp":{
  2547. "op":"∧",
  2548. "left":{
  2549. "op":"=",
  2550. "left":"p4",
  2551. "right":5
  2552. },
  2553. "right":{
  2554. "op":"¬",
  2555. "exp":{
  2556. "op":"∨",
  2557. "left":{
  2558. "op":"∨",
  2559. "left":{
  2560. "op":"∧",
  2561. "left":{
  2562. "op":"≥",
  2563. "left":"p5",
  2564. "right":0
  2565. },
  2566. "right":{
  2567. "op":"≤",
  2568. "left":"p5",
  2569. "right":4
  2570. }
  2571. },
  2572. "right":{
  2573. "op":"=",
  2574. "left":"p5",
  2575. "right":6
  2576. }
  2577. },
  2578. "right":{
  2579. "op":"=",
  2580. "left":"p5",
  2581. "right":10
  2582. }
  2583. }
  2584. }
  2585. }
  2586. },
  2587. "destinations":[
  2588. {
  2589. "probability":{
  2590. "exp":1
  2591. },
  2592. "location":"location",
  2593. "assignments":[
  2594. {
  2595. "ref":"p4",
  2596. "value":7
  2597. }
  2598. ],
  2599. "observables":[
  2600. ]
  2601. }
  2602. ]
  2603. },
  2604. {
  2605. "location":"location",
  2606. "action":"tau__",
  2607. "guard":{
  2608. "exp":{
  2609. "op":"=",
  2610. "left":"p4",
  2611. "right":6
  2612. }
  2613. },
  2614. "destinations":[
  2615. {
  2616. "probability":{
  2617. "exp":1
  2618. },
  2619. "location":"location",
  2620. "assignments":[
  2621. {
  2622. "ref":"p4",
  2623. "value":1
  2624. }
  2625. ],
  2626. "observables":[
  2627. ]
  2628. }
  2629. ]
  2630. },
  2631. {
  2632. "location":"location",
  2633. "action":"tau__",
  2634. "guard":{
  2635. "exp":{
  2636. "op":"=",
  2637. "left":"p4",
  2638. "right":7
  2639. }
  2640. },
  2641. "destinations":[
  2642. {
  2643. "probability":{
  2644. "exp":1
  2645. },
  2646. "location":"location",
  2647. "assignments":[
  2648. {
  2649. "ref":"p4",
  2650. "value":1
  2651. }
  2652. ],
  2653. "observables":[
  2654. ]
  2655. }
  2656. ]
  2657. },
  2658. {
  2659. "location":"location",
  2660. "action":"tau__",
  2661. "guard":{
  2662. "exp":{
  2663. "op":"=",
  2664. "left":"p4",
  2665. "right":8
  2666. }
  2667. },
  2668. "destinations":[
  2669. {
  2670. "probability":{
  2671. "exp":1
  2672. },
  2673. "location":"location",
  2674. "assignments":[
  2675. {
  2676. "ref":"p4",
  2677. "value":9
  2678. }
  2679. ],
  2680. "observables":[
  2681. ]
  2682. }
  2683. ]
  2684. },
  2685. {
  2686. "location":"location",
  2687. "action":"tau__",
  2688. "guard":{
  2689. "exp":{
  2690. "op":"=",
  2691. "left":"p4",
  2692. "right":9
  2693. }
  2694. },
  2695. "destinations":[
  2696. {
  2697. "probability":{
  2698. "exp":1
  2699. },
  2700. "location":"location",
  2701. "assignments":[
  2702. {
  2703. "ref":"p4",
  2704. "value":10
  2705. }
  2706. ],
  2707. "observables":[
  2708. ]
  2709. }
  2710. ]
  2711. },
  2712. {
  2713. "location":"location",
  2714. "action":"tau__",
  2715. "guard":{
  2716. "exp":{
  2717. "op":"=",
  2718. "left":"p4",
  2719. "right":9
  2720. }
  2721. },
  2722. "destinations":[
  2723. {
  2724. "probability":{
  2725. "exp":1
  2726. },
  2727. "location":"location",
  2728. "assignments":[
  2729. {
  2730. "ref":"p4",
  2731. "value":11
  2732. }
  2733. ],
  2734. "observables":[
  2735. ]
  2736. }
  2737. ]
  2738. },
  2739. {
  2740. "location":"location",
  2741. "action":"tau__",
  2742. "guard":{
  2743. "exp":{
  2744. "op":"=",
  2745. "left":"p4",
  2746. "right":10
  2747. }
  2748. },
  2749. "destinations":[
  2750. {
  2751. "probability":{
  2752. "exp":1
  2753. },
  2754. "location":"location",
  2755. "assignments":[
  2756. {
  2757. "ref":"p4",
  2758. "value":0
  2759. }
  2760. ],
  2761. "observables":[
  2762. ]
  2763. }
  2764. ]
  2765. },
  2766. {
  2767. "location":"location",
  2768. "action":"tau__",
  2769. "guard":{
  2770. "exp":{
  2771. "op":"=",
  2772. "left":"p4",
  2773. "right":11
  2774. }
  2775. },
  2776. "destinations":[
  2777. {
  2778. "probability":{
  2779. "exp":1
  2780. },
  2781. "location":"location",
  2782. "assignments":[
  2783. {
  2784. "ref":"p4",
  2785. "value":0
  2786. }
  2787. ],
  2788. "observables":[
  2789. ]
  2790. }
  2791. ]
  2792. }
  2793. ]
  2794. },
  2795. {
  2796. "name":"phil5",
  2797. "locations":[
  2798. {
  2799. "name":"location"
  2800. }
  2801. ],
  2802. "initial-locations":[
  2803. "location"
  2804. ],
  2805. "edges":[
  2806. {
  2807. "location":"location",
  2808. "action":"tau__",
  2809. "guard":{
  2810. "exp":{
  2811. "op":"=",
  2812. "left":"p5",
  2813. "right":0
  2814. }
  2815. },
  2816. "destinations":[
  2817. {
  2818. "probability":{
  2819. "exp":1
  2820. },
  2821. "location":"location",
  2822. "assignments":[
  2823. {
  2824. "ref":"p5",
  2825. "value":1
  2826. }
  2827. ],
  2828. "observables":[
  2829. ]
  2830. }
  2831. ]
  2832. },
  2833. {
  2834. "location":"location",
  2835. "action":"tau__",
  2836. "guard":{
  2837. "exp":{
  2838. "op":"=",
  2839. "left":"p5",
  2840. "right":1
  2841. }
  2842. },
  2843. "destinations":[
  2844. {
  2845. "probability":{
  2846. "exp":0.5000000
  2847. },
  2848. "location":"location",
  2849. "assignments":[
  2850. {
  2851. "ref":"p5",
  2852. "value":2
  2853. }
  2854. ],
  2855. "observables":[
  2856. ]
  2857. },
  2858. {
  2859. "probability":{
  2860. "exp":0.5000000
  2861. },
  2862. "location":"location",
  2863. "assignments":[
  2864. {
  2865. "ref":"p5",
  2866. "value":3
  2867. }
  2868. ],
  2869. "observables":[
  2870. ]
  2871. }
  2872. ]
  2873. },
  2874. {
  2875. "location":"location",
  2876. "action":"tau__",
  2877. "guard":{
  2878. "exp":{
  2879. "op":"∧",
  2880. "left":{
  2881. "op":"=",
  2882. "left":"p5",
  2883. "right":2
  2884. },
  2885. "right":{
  2886. "op":"∨",
  2887. "left":{
  2888. "op":"∨",
  2889. "left":{
  2890. "op":"∧",
  2891. "left":{
  2892. "op":"≥",
  2893. "left":"p6",
  2894. "right":0
  2895. },
  2896. "right":{
  2897. "op":"≤",
  2898. "left":"p6",
  2899. "right":4
  2900. }
  2901. },
  2902. "right":{
  2903. "op":"=",
  2904. "left":"p6",
  2905. "right":6
  2906. }
  2907. },
  2908. "right":{
  2909. "op":"=",
  2910. "left":"p6",
  2911. "right":10
  2912. }
  2913. }
  2914. }
  2915. },
  2916. "destinations":[
  2917. {
  2918. "probability":{
  2919. "exp":1
  2920. },
  2921. "location":"location",
  2922. "assignments":[
  2923. {
  2924. "ref":"p5",
  2925. "value":4
  2926. }
  2927. ],
  2928. "observables":[
  2929. ]
  2930. }
  2931. ]
  2932. },
  2933. {
  2934. "location":"location",
  2935. "action":"tau__",
  2936. "guard":{
  2937. "exp":{
  2938. "op":"∧",
  2939. "left":{
  2940. "op":"=",
  2941. "left":"p5",
  2942. "right":3
  2943. },
  2944. "right":{
  2945. "op":"∨",
  2946. "left":{
  2947. "op":"∨",
  2948. "left":{
  2949. "op":"∨",
  2950. "left":{
  2951. "op":"∧",
  2952. "left":{
  2953. "op":"≥",
  2954. "left":"p4",
  2955. "right":0
  2956. },
  2957. "right":{
  2958. "op":"≤",
  2959. "left":"p4",
  2960. "right":3
  2961. }
  2962. },
  2963. "right":{
  2964. "op":"=",
  2965. "left":"p4",
  2966. "right":5
  2967. }
  2968. },
  2969. "right":{
  2970. "op":"=",
  2971. "left":"p4",
  2972. "right":7
  2973. }
  2974. },
  2975. "right":{
  2976. "op":"=",
  2977. "left":"p4",
  2978. "right":11
  2979. }
  2980. }
  2981. }
  2982. },
  2983. "destinations":[
  2984. {
  2985. "probability":{
  2986. "exp":1
  2987. },
  2988. "location":"location",
  2989. "assignments":[
  2990. {
  2991. "ref":"p5",
  2992. "value":5
  2993. }
  2994. ],
  2995. "observables":[
  2996. ]
  2997. }
  2998. ]
  2999. },
  3000. {
  3001. "location":"location",
  3002. "action":"tau__",
  3003. "guard":{
  3004. "exp":{
  3005. "op":"∧",
  3006. "left":{
  3007. "op":"=",
  3008. "left":"p5",
  3009. "right":4
  3010. },
  3011. "right":{
  3012. "op":"∨",
  3013. "left":{
  3014. "op":"∨",
  3015. "left":{
  3016. "op":"∨",
  3017. "left":{
  3018. "op":"∧",
  3019. "left":{
  3020. "op":"≥",
  3021. "left":"p4",
  3022. "right":0
  3023. },
  3024. "right":{
  3025. "op":"≤",
  3026. "left":"p4",
  3027. "right":3
  3028. }
  3029. },
  3030. "right":{
  3031. "op":"=",
  3032. "left":"p4",
  3033. "right":5
  3034. }
  3035. },
  3036. "right":{
  3037. "op":"=",
  3038. "left":"p4",
  3039. "right":7
  3040. }
  3041. },
  3042. "right":{
  3043. "op":"=",
  3044. "left":"p4",
  3045. "right":11
  3046. }
  3047. }
  3048. }
  3049. },
  3050. "destinations":[
  3051. {
  3052. "probability":{
  3053. "exp":1
  3054. },
  3055. "location":"location",
  3056. "assignments":[
  3057. {
  3058. "ref":"p5",
  3059. "value":8
  3060. }
  3061. ],
  3062. "observables":[
  3063. ]
  3064. }
  3065. ]
  3066. },
  3067. {
  3068. "location":"location",
  3069. "action":"tau__",
  3070. "guard":{
  3071. "exp":{
  3072. "op":"∧",
  3073. "left":{
  3074. "op":"=",
  3075. "left":"p5",
  3076. "right":4
  3077. },
  3078. "right":{
  3079. "op":"¬",
  3080. "exp":{
  3081. "op":"∨",
  3082. "left":{
  3083. "op":"∨",
  3084. "left":{
  3085. "op":"∨",
  3086. "left":{
  3087. "op":"∧",
  3088. "left":{
  3089. "op":"≥",
  3090. "left":"p4",
  3091. "right":0
  3092. },
  3093. "right":{
  3094. "op":"≤",
  3095. "left":"p4",
  3096. "right":3
  3097. }
  3098. },
  3099. "right":{
  3100. "op":"=",
  3101. "left":"p4",
  3102. "right":5
  3103. }
  3104. },
  3105. "right":{
  3106. "op":"=",
  3107. "left":"p4",
  3108. "right":7
  3109. }
  3110. },
  3111. "right":{
  3112. "op":"=",
  3113. "left":"p4",
  3114. "right":11
  3115. }
  3116. }
  3117. }
  3118. }
  3119. },
  3120. "destinations":[
  3121. {
  3122. "probability":{
  3123. "exp":1
  3124. },
  3125. "location":"location",
  3126. "assignments":[
  3127. {
  3128. "ref":"p5",
  3129. "value":6
  3130. }
  3131. ],
  3132. "observables":[
  3133. ]
  3134. }
  3135. ]
  3136. },
  3137. {
  3138. "location":"location",
  3139. "action":"tau__",
  3140. "guard":{
  3141. "exp":{
  3142. "op":"∧",
  3143. "left":{
  3144. "op":"=",
  3145. "left":"p5",
  3146. "right":5
  3147. },
  3148. "right":{
  3149. "op":"∨",
  3150. "left":{
  3151. "op":"∨",
  3152. "left":{
  3153. "op":"∧",
  3154. "left":{
  3155. "op":"≥",
  3156. "left":"p6",
  3157. "right":0
  3158. },
  3159. "right":{
  3160. "op":"≤",
  3161. "left":"p6",
  3162. "right":4
  3163. }
  3164. },
  3165. "right":{
  3166. "op":"=",
  3167. "left":"p6",
  3168. "right":6
  3169. }
  3170. },
  3171. "right":{
  3172. "op":"=",
  3173. "left":"p6",
  3174. "right":10
  3175. }
  3176. }
  3177. }
  3178. },
  3179. "destinations":[
  3180. {
  3181. "probability":{
  3182. "exp":1
  3183. },
  3184. "location":"location",
  3185. "assignments":[
  3186. {
  3187. "ref":"p5",
  3188. "value":8
  3189. }
  3190. ],
  3191. "observables":[
  3192. ]
  3193. }
  3194. ]
  3195. },
  3196. {
  3197. "location":"location",
  3198. "action":"tau__",
  3199. "guard":{
  3200. "exp":{
  3201. "op":"∧",
  3202. "left":{
  3203. "op":"=",
  3204. "left":"p5",
  3205. "right":5
  3206. },
  3207. "right":{
  3208. "op":"¬",
  3209. "exp":{
  3210. "op":"∨",
  3211. "left":{
  3212. "op":"∨",
  3213. "left":{
  3214. "op":"∧",
  3215. "left":{
  3216. "op":"≥",
  3217. "left":"p6",
  3218. "right":0
  3219. },
  3220. "right":{
  3221. "op":"≤",
  3222. "left":"p6",
  3223. "right":4
  3224. }
  3225. },
  3226. "right":{
  3227. "op":"=",
  3228. "left":"p6",
  3229. "right":6
  3230. }
  3231. },
  3232. "right":{
  3233. "op":"=",
  3234. "left":"p6",
  3235. "right":10
  3236. }
  3237. }
  3238. }
  3239. }
  3240. },
  3241. "destinations":[
  3242. {
  3243. "probability":{
  3244. "exp":1
  3245. },
  3246. "location":"location",
  3247. "assignments":[
  3248. {
  3249. "ref":"p5",
  3250. "value":7
  3251. }
  3252. ],
  3253. "observables":[
  3254. ]
  3255. }
  3256. ]
  3257. },
  3258. {
  3259. "location":"location",
  3260. "action":"tau__",
  3261. "guard":{
  3262. "exp":{
  3263. "op":"=",
  3264. "left":"p5",
  3265. "right":6
  3266. }
  3267. },
  3268. "destinations":[
  3269. {
  3270. "probability":{
  3271. "exp":1
  3272. },
  3273. "location":"location",
  3274. "assignments":[
  3275. {
  3276. "ref":"p5",
  3277. "value":1
  3278. }
  3279. ],
  3280. "observables":[
  3281. ]
  3282. }
  3283. ]
  3284. },
  3285. {
  3286. "location":"location",
  3287. "action":"tau__",
  3288. "guard":{
  3289. "exp":{
  3290. "op":"=",
  3291. "left":"p5",
  3292. "right":7
  3293. }
  3294. },
  3295. "destinations":[
  3296. {
  3297. "probability":{
  3298. "exp":1
  3299. },
  3300. "location":"location",
  3301. "assignments":[
  3302. {
  3303. "ref":"p5",
  3304. "value":1
  3305. }
  3306. ],
  3307. "observables":[
  3308. ]
  3309. }
  3310. ]
  3311. },
  3312. {
  3313. "location":"location",
  3314. "action":"tau__",
  3315. "guard":{
  3316. "exp":{
  3317. "op":"=",
  3318. "left":"p5",
  3319. "right":8
  3320. }
  3321. },
  3322. "destinations":[
  3323. {
  3324. "probability":{
  3325. "exp":1
  3326. },
  3327. "location":"location",
  3328. "assignments":[
  3329. {
  3330. "ref":"p5",
  3331. "value":9
  3332. }
  3333. ],
  3334. "observables":[
  3335. ]
  3336. }
  3337. ]
  3338. },
  3339. {
  3340. "location":"location",
  3341. "action":"tau__",
  3342. "guard":{
  3343. "exp":{
  3344. "op":"=",
  3345. "left":"p5",
  3346. "right":9
  3347. }
  3348. },
  3349. "destinations":[
  3350. {
  3351. "probability":{
  3352. "exp":1
  3353. },
  3354. "location":"location",
  3355. "assignments":[
  3356. {
  3357. "ref":"p5",
  3358. "value":10
  3359. }
  3360. ],
  3361. "observables":[
  3362. ]
  3363. }
  3364. ]
  3365. },
  3366. {
  3367. "location":"location",
  3368. "action":"tau__",
  3369. "guard":{
  3370. "exp":{
  3371. "op":"=",
  3372. "left":"p5",
  3373. "right":9
  3374. }
  3375. },
  3376. "destinations":[
  3377. {
  3378. "probability":{
  3379. "exp":1
  3380. },
  3381. "location":"location",
  3382. "assignments":[
  3383. {
  3384. "ref":"p5",
  3385. "value":11
  3386. }
  3387. ],
  3388. "observables":[
  3389. ]
  3390. }
  3391. ]
  3392. },
  3393. {
  3394. "location":"location",
  3395. "action":"tau__",
  3396. "guard":{
  3397. "exp":{
  3398. "op":"=",
  3399. "left":"p5",
  3400. "right":10
  3401. }
  3402. },
  3403. "destinations":[
  3404. {
  3405. "probability":{
  3406. "exp":1
  3407. },
  3408. "location":"location",
  3409. "assignments":[
  3410. {
  3411. "ref":"p5",
  3412. "value":0
  3413. }
  3414. ],
  3415. "observables":[
  3416. ]
  3417. }
  3418. ]
  3419. },
  3420. {
  3421. "location":"location",
  3422. "action":"tau__",
  3423. "guard":{
  3424. "exp":{
  3425. "op":"=",
  3426. "left":"p5",
  3427. "right":11
  3428. }
  3429. },
  3430. "destinations":[
  3431. {
  3432. "probability":{
  3433. "exp":1
  3434. },
  3435. "location":"location",
  3436. "assignments":[
  3437. {
  3438. "ref":"p5",
  3439. "value":0
  3440. }
  3441. ],
  3442. "observables":[
  3443. ]
  3444. }
  3445. ]
  3446. }
  3447. ]
  3448. },
  3449. {
  3450. "name":"phil6",
  3451. "locations":[
  3452. {
  3453. "name":"location"
  3454. }
  3455. ],
  3456. "initial-locations":[
  3457. "location"
  3458. ],
  3459. "edges":[
  3460. {
  3461. "location":"location",
  3462. "action":"tau__",
  3463. "guard":{
  3464. "exp":{
  3465. "op":"=",
  3466. "left":"p6",
  3467. "right":0
  3468. }
  3469. },
  3470. "destinations":[
  3471. {
  3472. "probability":{
  3473. "exp":1
  3474. },
  3475. "location":"location",
  3476. "assignments":[
  3477. {
  3478. "ref":"p6",
  3479. "value":1
  3480. }
  3481. ],
  3482. "observables":[
  3483. ]
  3484. }
  3485. ]
  3486. },
  3487. {
  3488. "location":"location",
  3489. "action":"tau__",
  3490. "guard":{
  3491. "exp":{
  3492. "op":"=",
  3493. "left":"p6",
  3494. "right":1
  3495. }
  3496. },
  3497. "destinations":[
  3498. {
  3499. "probability":{
  3500. "exp":0.5000000
  3501. },
  3502. "location":"location",
  3503. "assignments":[
  3504. {
  3505. "ref":"p6",
  3506. "value":2
  3507. }
  3508. ],
  3509. "observables":[
  3510. ]
  3511. },
  3512. {
  3513. "probability":{
  3514. "exp":0.5000000
  3515. },
  3516. "location":"location",
  3517. "assignments":[
  3518. {
  3519. "ref":"p6",
  3520. "value":3
  3521. }
  3522. ],
  3523. "observables":[
  3524. ]
  3525. }
  3526. ]
  3527. },
  3528. {
  3529. "location":"location",
  3530. "action":"tau__",
  3531. "guard":{
  3532. "exp":{
  3533. "op":"∧",
  3534. "left":{
  3535. "op":"=",
  3536. "left":"p6",
  3537. "right":2
  3538. },
  3539. "right":{
  3540. "op":"∨",
  3541. "left":{
  3542. "op":"∨",
  3543. "left":{
  3544. "op":"∧",
  3545. "left":{
  3546. "op":"≥",
  3547. "left":"p7",
  3548. "right":0
  3549. },
  3550. "right":{
  3551. "op":"≤",
  3552. "left":"p7",
  3553. "right":4
  3554. }
  3555. },
  3556. "right":{
  3557. "op":"=",
  3558. "left":"p7",
  3559. "right":6
  3560. }
  3561. },
  3562. "right":{
  3563. "op":"=",
  3564. "left":"p7",
  3565. "right":10
  3566. }
  3567. }
  3568. }
  3569. },
  3570. "destinations":[
  3571. {
  3572. "probability":{
  3573. "exp":1
  3574. },
  3575. "location":"location",
  3576. "assignments":[
  3577. {
  3578. "ref":"p6",
  3579. "value":4
  3580. }
  3581. ],
  3582. "observables":[
  3583. ]
  3584. }
  3585. ]
  3586. },
  3587. {
  3588. "location":"location",
  3589. "action":"tau__",
  3590. "guard":{
  3591. "exp":{
  3592. "op":"∧",
  3593. "left":{
  3594. "op":"=",
  3595. "left":"p6",
  3596. "right":3
  3597. },
  3598. "right":{
  3599. "op":"∨",
  3600. "left":{
  3601. "op":"∨",
  3602. "left":{
  3603. "op":"∨",
  3604. "left":{
  3605. "op":"∧",
  3606. "left":{
  3607. "op":"≥",
  3608. "left":"p5",
  3609. "right":0
  3610. },
  3611. "right":{
  3612. "op":"≤",
  3613. "left":"p5",
  3614. "right":3
  3615. }
  3616. },
  3617. "right":{
  3618. "op":"=",
  3619. "left":"p5",
  3620. "right":5
  3621. }
  3622. },
  3623. "right":{
  3624. "op":"=",
  3625. "left":"p5",
  3626. "right":7
  3627. }
  3628. },
  3629. "right":{
  3630. "op":"=",
  3631. "left":"p5",
  3632. "right":11
  3633. }
  3634. }
  3635. }
  3636. },
  3637. "destinations":[
  3638. {
  3639. "probability":{
  3640. "exp":1
  3641. },
  3642. "location":"location",
  3643. "assignments":[
  3644. {
  3645. "ref":"p6",
  3646. "value":5
  3647. }
  3648. ],
  3649. "observables":[
  3650. ]
  3651. }
  3652. ]
  3653. },
  3654. {
  3655. "location":"location",
  3656. "action":"tau__",
  3657. "guard":{
  3658. "exp":{
  3659. "op":"∧",
  3660. "left":{
  3661. "op":"=",
  3662. "left":"p6",
  3663. "right":4
  3664. },
  3665. "right":{
  3666. "op":"∨",
  3667. "left":{
  3668. "op":"∨",
  3669. "left":{
  3670. "op":"∨",
  3671. "left":{
  3672. "op":"∧",
  3673. "left":{
  3674. "op":"≥",
  3675. "left":"p5",
  3676. "right":0
  3677. },
  3678. "right":{
  3679. "op":"≤",
  3680. "left":"p5",
  3681. "right":3
  3682. }
  3683. },
  3684. "right":{
  3685. "op":"=",
  3686. "left":"p5",
  3687. "right":5
  3688. }
  3689. },
  3690. "right":{
  3691. "op":"=",
  3692. "left":"p5",
  3693. "right":7
  3694. }
  3695. },
  3696. "right":{
  3697. "op":"=",
  3698. "left":"p5",
  3699. "right":11
  3700. }
  3701. }
  3702. }
  3703. },
  3704. "destinations":[
  3705. {
  3706. "probability":{
  3707. "exp":1
  3708. },
  3709. "location":"location",
  3710. "assignments":[
  3711. {
  3712. "ref":"p6",
  3713. "value":8
  3714. }
  3715. ],
  3716. "observables":[
  3717. ]
  3718. }
  3719. ]
  3720. },
  3721. {
  3722. "location":"location",
  3723. "action":"tau__",
  3724. "guard":{
  3725. "exp":{
  3726. "op":"∧",
  3727. "left":{
  3728. "op":"=",
  3729. "left":"p6",
  3730. "right":4
  3731. },
  3732. "right":{
  3733. "op":"¬",
  3734. "exp":{
  3735. "op":"∨",
  3736. "left":{
  3737. "op":"∨",
  3738. "left":{
  3739. "op":"∨",
  3740. "left":{
  3741. "op":"∧",
  3742. "left":{
  3743. "op":"≥",
  3744. "left":"p5",
  3745. "right":0
  3746. },
  3747. "right":{
  3748. "op":"≤",
  3749. "left":"p5",
  3750. "right":3
  3751. }
  3752. },
  3753. "right":{
  3754. "op":"=",
  3755. "left":"p5",
  3756. "right":5
  3757. }
  3758. },
  3759. "right":{
  3760. "op":"=",
  3761. "left":"p5",
  3762. "right":7
  3763. }
  3764. },
  3765. "right":{
  3766. "op":"=",
  3767. "left":"p5",
  3768. "right":11
  3769. }
  3770. }
  3771. }
  3772. }
  3773. },
  3774. "destinations":[
  3775. {
  3776. "probability":{
  3777. "exp":1
  3778. },
  3779. "location":"location",
  3780. "assignments":[
  3781. {
  3782. "ref":"p6",
  3783. "value":6
  3784. }
  3785. ],
  3786. "observables":[
  3787. ]
  3788. }
  3789. ]
  3790. },
  3791. {
  3792. "location":"location",
  3793. "action":"tau__",
  3794. "guard":{
  3795. "exp":{
  3796. "op":"∧",
  3797. "left":{
  3798. "op":"=",
  3799. "left":"p6",
  3800. "right":5
  3801. },
  3802. "right":{
  3803. "op":"∨",
  3804. "left":{
  3805. "op":"∨",
  3806. "left":{
  3807. "op":"∧",
  3808. "left":{
  3809. "op":"≥",
  3810. "left":"p7",
  3811. "right":0
  3812. },
  3813. "right":{
  3814. "op":"≤",
  3815. "left":"p7",
  3816. "right":4
  3817. }
  3818. },
  3819. "right":{
  3820. "op":"=",
  3821. "left":"p7",
  3822. "right":6
  3823. }
  3824. },
  3825. "right":{
  3826. "op":"=",
  3827. "left":"p7",
  3828. "right":10
  3829. }
  3830. }
  3831. }
  3832. },
  3833. "destinations":[
  3834. {
  3835. "probability":{
  3836. "exp":1
  3837. },
  3838. "location":"location",
  3839. "assignments":[
  3840. {
  3841. "ref":"p6",
  3842. "value":8
  3843. }
  3844. ],
  3845. "observables":[
  3846. ]
  3847. }
  3848. ]
  3849. },
  3850. {
  3851. "location":"location",
  3852. "action":"tau__",
  3853. "guard":{
  3854. "exp":{
  3855. "op":"∧",
  3856. "left":{
  3857. "op":"=",
  3858. "left":"p6",
  3859. "right":5
  3860. },
  3861. "right":{
  3862. "op":"¬",
  3863. "exp":{
  3864. "op":"∨",
  3865. "left":{
  3866. "op":"∨",
  3867. "left":{
  3868. "op":"∧",
  3869. "left":{
  3870. "op":"≥",
  3871. "left":"p7",
  3872. "right":0
  3873. },
  3874. "right":{
  3875. "op":"≤",
  3876. "left":"p7",
  3877. "right":4
  3878. }
  3879. },
  3880. "right":{
  3881. "op":"=",
  3882. "left":"p7",
  3883. "right":6
  3884. }
  3885. },
  3886. "right":{
  3887. "op":"=",
  3888. "left":"p7",
  3889. "right":10
  3890. }
  3891. }
  3892. }
  3893. }
  3894. },
  3895. "destinations":[
  3896. {
  3897. "probability":{
  3898. "exp":1
  3899. },
  3900. "location":"location",
  3901. "assignments":[
  3902. {
  3903. "ref":"p6",
  3904. "value":7
  3905. }
  3906. ],
  3907. "observables":[
  3908. ]
  3909. }
  3910. ]
  3911. },
  3912. {
  3913. "location":"location",
  3914. "action":"tau__",
  3915. "guard":{
  3916. "exp":{
  3917. "op":"=",
  3918. "left":"p6",
  3919. "right":6
  3920. }
  3921. },
  3922. "destinations":[
  3923. {
  3924. "probability":{
  3925. "exp":1
  3926. },
  3927. "location":"location",
  3928. "assignments":[
  3929. {
  3930. "ref":"p6",
  3931. "value":1
  3932. }
  3933. ],
  3934. "observables":[
  3935. ]
  3936. }
  3937. ]
  3938. },
  3939. {
  3940. "location":"location",
  3941. "action":"tau__",
  3942. "guard":{
  3943. "exp":{
  3944. "op":"=",
  3945. "left":"p6",
  3946. "right":7
  3947. }
  3948. },
  3949. "destinations":[
  3950. {
  3951. "probability":{
  3952. "exp":1
  3953. },
  3954. "location":"location",
  3955. "assignments":[
  3956. {
  3957. "ref":"p6",
  3958. "value":1
  3959. }
  3960. ],
  3961. "observables":[
  3962. ]
  3963. }
  3964. ]
  3965. },
  3966. {
  3967. "location":"location",
  3968. "action":"tau__",
  3969. "guard":{
  3970. "exp":{
  3971. "op":"=",
  3972. "left":"p6",
  3973. "right":8
  3974. }
  3975. },
  3976. "destinations":[
  3977. {
  3978. "probability":{
  3979. "exp":1
  3980. },
  3981. "location":"location",
  3982. "assignments":[
  3983. {
  3984. "ref":"p6",
  3985. "value":9
  3986. }
  3987. ],
  3988. "observables":[
  3989. ]
  3990. }
  3991. ]
  3992. },
  3993. {
  3994. "location":"location",
  3995. "action":"tau__",
  3996. "guard":{
  3997. "exp":{
  3998. "op":"=",
  3999. "left":"p6",
  4000. "right":9
  4001. }
  4002. },
  4003. "destinations":[
  4004. {
  4005. "probability":{
  4006. "exp":1
  4007. },
  4008. "location":"location",
  4009. "assignments":[
  4010. {
  4011. "ref":"p6",
  4012. "value":10
  4013. }
  4014. ],
  4015. "observables":[
  4016. ]
  4017. }
  4018. ]
  4019. },
  4020. {
  4021. "location":"location",
  4022. "action":"tau__",
  4023. "guard":{
  4024. "exp":{
  4025. "op":"=",
  4026. "left":"p6",
  4027. "right":9
  4028. }
  4029. },
  4030. "destinations":[
  4031. {
  4032. "probability":{
  4033. "exp":1
  4034. },
  4035. "location":"location",
  4036. "assignments":[
  4037. {
  4038. "ref":"p6",
  4039. "value":11
  4040. }
  4041. ],
  4042. "observables":[
  4043. ]
  4044. }
  4045. ]
  4046. },
  4047. {
  4048. "location":"location",
  4049. "action":"tau__",
  4050. "guard":{
  4051. "exp":{
  4052. "op":"=",
  4053. "left":"p6",
  4054. "right":10
  4055. }
  4056. },
  4057. "destinations":[
  4058. {
  4059. "probability":{
  4060. "exp":1
  4061. },
  4062. "location":"location",
  4063. "assignments":[
  4064. {
  4065. "ref":"p6",
  4066. "value":0
  4067. }
  4068. ],
  4069. "observables":[
  4070. ]
  4071. }
  4072. ]
  4073. },
  4074. {
  4075. "location":"location",
  4076. "action":"tau__",
  4077. "guard":{
  4078. "exp":{
  4079. "op":"=",
  4080. "left":"p6",
  4081. "right":11
  4082. }
  4083. },
  4084. "destinations":[
  4085. {
  4086. "probability":{
  4087. "exp":1
  4088. },
  4089. "location":"location",
  4090. "assignments":[
  4091. {
  4092. "ref":"p6",
  4093. "value":0
  4094. }
  4095. ],
  4096. "observables":[
  4097. ]
  4098. }
  4099. ]
  4100. }
  4101. ]
  4102. },
  4103. {
  4104. "name":"phil7",
  4105. "locations":[
  4106. {
  4107. "name":"location"
  4108. }
  4109. ],
  4110. "initial-locations":[
  4111. "location"
  4112. ],
  4113. "edges":[
  4114. {
  4115. "location":"location",
  4116. "action":"tau__",
  4117. "guard":{
  4118. "exp":{
  4119. "op":"=",
  4120. "left":"p7",
  4121. "right":0
  4122. }
  4123. },
  4124. "destinations":[
  4125. {
  4126. "probability":{
  4127. "exp":1
  4128. },
  4129. "location":"location",
  4130. "assignments":[
  4131. {
  4132. "ref":"p7",
  4133. "value":1
  4134. }
  4135. ],
  4136. "observables":[
  4137. ]
  4138. }
  4139. ]
  4140. },
  4141. {
  4142. "location":"location",
  4143. "action":"tau__",
  4144. "guard":{
  4145. "exp":{
  4146. "op":"=",
  4147. "left":"p7",
  4148. "right":1
  4149. }
  4150. },
  4151. "destinations":[
  4152. {
  4153. "probability":{
  4154. "exp":0.5000000
  4155. },
  4156. "location":"location",
  4157. "assignments":[
  4158. {
  4159. "ref":"p7",
  4160. "value":2
  4161. }
  4162. ],
  4163. "observables":[
  4164. ]
  4165. },
  4166. {
  4167. "probability":{
  4168. "exp":0.5000000
  4169. },
  4170. "location":"location",
  4171. "assignments":[
  4172. {
  4173. "ref":"p7",
  4174. "value":3
  4175. }
  4176. ],
  4177. "observables":[
  4178. ]
  4179. }
  4180. ]
  4181. },
  4182. {
  4183. "location":"location",
  4184. "action":"tau__",
  4185. "guard":{
  4186. "exp":{
  4187. "op":"∧",
  4188. "left":{
  4189. "op":"=",
  4190. "left":"p7",
  4191. "right":2
  4192. },
  4193. "right":{
  4194. "op":"∨",
  4195. "left":{
  4196. "op":"∨",
  4197. "left":{
  4198. "op":"∧",
  4199. "left":{
  4200. "op":"≥",
  4201. "left":"p8",
  4202. "right":0
  4203. },
  4204. "right":{
  4205. "op":"≤",
  4206. "left":"p8",
  4207. "right":4
  4208. }
  4209. },
  4210. "right":{
  4211. "op":"=",
  4212. "left":"p8",
  4213. "right":6
  4214. }
  4215. },
  4216. "right":{
  4217. "op":"=",
  4218. "left":"p8",
  4219. "right":10
  4220. }
  4221. }
  4222. }
  4223. },
  4224. "destinations":[
  4225. {
  4226. "probability":{
  4227. "exp":1
  4228. },
  4229. "location":"location",
  4230. "assignments":[
  4231. {
  4232. "ref":"p7",
  4233. "value":4
  4234. }
  4235. ],
  4236. "observables":[
  4237. ]
  4238. }
  4239. ]
  4240. },
  4241. {
  4242. "location":"location",
  4243. "action":"tau__",
  4244. "guard":{
  4245. "exp":{
  4246. "op":"∧",
  4247. "left":{
  4248. "op":"=",
  4249. "left":"p7",
  4250. "right":3
  4251. },
  4252. "right":{
  4253. "op":"∨",
  4254. "left":{
  4255. "op":"∨",
  4256. "left":{
  4257. "op":"∨",
  4258. "left":{
  4259. "op":"∧",
  4260. "left":{
  4261. "op":"≥",
  4262. "left":"p6",
  4263. "right":0
  4264. },
  4265. "right":{
  4266. "op":"≤",
  4267. "left":"p6",
  4268. "right":3
  4269. }
  4270. },
  4271. "right":{
  4272. "op":"=",
  4273. "left":"p6",
  4274. "right":5
  4275. }
  4276. },
  4277. "right":{
  4278. "op":"=",
  4279. "left":"p6",
  4280. "right":7
  4281. }
  4282. },
  4283. "right":{
  4284. "op":"=",
  4285. "left":"p6",
  4286. "right":11
  4287. }
  4288. }
  4289. }
  4290. },
  4291. "destinations":[
  4292. {
  4293. "probability":{
  4294. "exp":1
  4295. },
  4296. "location":"location",
  4297. "assignments":[
  4298. {
  4299. "ref":"p7",
  4300. "value":5
  4301. }
  4302. ],
  4303. "observables":[
  4304. ]
  4305. }
  4306. ]
  4307. },
  4308. {
  4309. "location":"location",
  4310. "action":"tau__",
  4311. "guard":{
  4312. "exp":{
  4313. "op":"∧",
  4314. "left":{
  4315. "op":"=",
  4316. "left":"p7",
  4317. "right":4
  4318. },
  4319. "right":{
  4320. "op":"∨",
  4321. "left":{
  4322. "op":"∨",
  4323. "left":{
  4324. "op":"∨",
  4325. "left":{
  4326. "op":"∧",
  4327. "left":{
  4328. "op":"≥",
  4329. "left":"p6",
  4330. "right":0
  4331. },
  4332. "right":{
  4333. "op":"≤",
  4334. "left":"p6",
  4335. "right":3
  4336. }
  4337. },
  4338. "right":{
  4339. "op":"=",
  4340. "left":"p6",
  4341. "right":5
  4342. }
  4343. },
  4344. "right":{
  4345. "op":"=",
  4346. "left":"p6",
  4347. "right":7
  4348. }
  4349. },
  4350. "right":{
  4351. "op":"=",
  4352. "left":"p6",
  4353. "right":11
  4354. }
  4355. }
  4356. }
  4357. },
  4358. "destinations":[
  4359. {
  4360. "probability":{
  4361. "exp":1
  4362. },
  4363. "location":"location",
  4364. "assignments":[
  4365. {
  4366. "ref":"p7",
  4367. "value":8
  4368. }
  4369. ],
  4370. "observables":[
  4371. ]
  4372. }
  4373. ]
  4374. },
  4375. {
  4376. "location":"location",
  4377. "action":"tau__",
  4378. "guard":{
  4379. "exp":{
  4380. "op":"∧",
  4381. "left":{
  4382. "op":"=",
  4383. "left":"p7",
  4384. "right":4
  4385. },
  4386. "right":{
  4387. "op":"¬",
  4388. "exp":{
  4389. "op":"∨",
  4390. "left":{
  4391. "op":"∨",
  4392. "left":{
  4393. "op":"∨",
  4394. "left":{
  4395. "op":"∧",
  4396. "left":{
  4397. "op":"≥",
  4398. "left":"p6",
  4399. "right":0
  4400. },
  4401. "right":{
  4402. "op":"≤",
  4403. "left":"p6",
  4404. "right":3
  4405. }
  4406. },
  4407. "right":{
  4408. "op":"=",
  4409. "left":"p6",
  4410. "right":5
  4411. }
  4412. },
  4413. "right":{
  4414. "op":"=",
  4415. "left":"p6",
  4416. "right":7
  4417. }
  4418. },
  4419. "right":{
  4420. "op":"=",
  4421. "left":"p6",
  4422. "right":11
  4423. }
  4424. }
  4425. }
  4426. }
  4427. },
  4428. "destinations":[
  4429. {
  4430. "probability":{
  4431. "exp":1
  4432. },
  4433. "location":"location",
  4434. "assignments":[
  4435. {
  4436. "ref":"p7",
  4437. "value":6
  4438. }
  4439. ],
  4440. "observables":[
  4441. ]
  4442. }
  4443. ]
  4444. },
  4445. {
  4446. "location":"location",
  4447. "action":"tau__",
  4448. "guard":{
  4449. "exp":{
  4450. "op":"∧",
  4451. "left":{
  4452. "op":"=",
  4453. "left":"p7",
  4454. "right":5
  4455. },
  4456. "right":{
  4457. "op":"∨",
  4458. "left":{
  4459. "op":"∨",
  4460. "left":{
  4461. "op":"∧",
  4462. "left":{
  4463. "op":"≥",
  4464. "left":"p8",
  4465. "right":0
  4466. },
  4467. "right":{
  4468. "op":"≤",
  4469. "left":"p8",
  4470. "right":4
  4471. }
  4472. },
  4473. "right":{
  4474. "op":"=",
  4475. "left":"p8",
  4476. "right":6
  4477. }
  4478. },
  4479. "right":{
  4480. "op":"=",
  4481. "left":"p8",
  4482. "right":10
  4483. }
  4484. }
  4485. }
  4486. },
  4487. "destinations":[
  4488. {
  4489. "probability":{
  4490. "exp":1
  4491. },
  4492. "location":"location",
  4493. "assignments":[
  4494. {
  4495. "ref":"p7",
  4496. "value":8
  4497. }
  4498. ],
  4499. "observables":[
  4500. ]
  4501. }
  4502. ]
  4503. },
  4504. {
  4505. "location":"location",
  4506. "action":"tau__",
  4507. "guard":{
  4508. "exp":{
  4509. "op":"∧",
  4510. "left":{
  4511. "op":"=",
  4512. "left":"p7",
  4513. "right":5
  4514. },
  4515. "right":{
  4516. "op":"¬",
  4517. "exp":{
  4518. "op":"∨",
  4519. "left":{
  4520. "op":"∨",
  4521. "left":{
  4522. "op":"∧",
  4523. "left":{
  4524. "op":"≥",
  4525. "left":"p8",
  4526. "right":0
  4527. },
  4528. "right":{
  4529. "op":"≤",
  4530. "left":"p8",
  4531. "right":4
  4532. }
  4533. },
  4534. "right":{
  4535. "op":"=",
  4536. "left":"p8",
  4537. "right":6
  4538. }
  4539. },
  4540. "right":{
  4541. "op":"=",
  4542. "left":"p8",
  4543. "right":10
  4544. }
  4545. }
  4546. }
  4547. }
  4548. },
  4549. "destinations":[
  4550. {
  4551. "probability":{
  4552. "exp":1
  4553. },
  4554. "location":"location",
  4555. "assignments":[
  4556. {
  4557. "ref":"p7",
  4558. "value":7
  4559. }
  4560. ],
  4561. "observables":[
  4562. ]
  4563. }
  4564. ]
  4565. },
  4566. {
  4567. "location":"location",
  4568. "action":"tau__",
  4569. "guard":{
  4570. "exp":{
  4571. "op":"=",
  4572. "left":"p7",
  4573. "right":6
  4574. }
  4575. },
  4576. "destinations":[
  4577. {
  4578. "probability":{
  4579. "exp":1
  4580. },
  4581. "location":"location",
  4582. "assignments":[
  4583. {
  4584. "ref":"p7",
  4585. "value":1
  4586. }
  4587. ],
  4588. "observables":[
  4589. ]
  4590. }
  4591. ]
  4592. },
  4593. {
  4594. "location":"location",
  4595. "action":"tau__",
  4596. "guard":{
  4597. "exp":{
  4598. "op":"=",
  4599. "left":"p7",
  4600. "right":7
  4601. }
  4602. },
  4603. "destinations":[
  4604. {
  4605. "probability":{
  4606. "exp":1
  4607. },
  4608. "location":"location",
  4609. "assignments":[
  4610. {
  4611. "ref":"p7",
  4612. "value":1
  4613. }
  4614. ],
  4615. "observables":[
  4616. ]
  4617. }
  4618. ]
  4619. },
  4620. {
  4621. "location":"location",
  4622. "action":"tau__",
  4623. "guard":{
  4624. "exp":{
  4625. "op":"=",
  4626. "left":"p7",
  4627. "right":8
  4628. }
  4629. },
  4630. "destinations":[
  4631. {
  4632. "probability":{
  4633. "exp":1
  4634. },
  4635. "location":"location",
  4636. "assignments":[
  4637. {
  4638. "ref":"p7",
  4639. "value":9
  4640. }
  4641. ],
  4642. "observables":[
  4643. ]
  4644. }
  4645. ]
  4646. },
  4647. {
  4648. "location":"location",
  4649. "action":"tau__",
  4650. "guard":{
  4651. "exp":{
  4652. "op":"=",
  4653. "left":"p7",
  4654. "right":9
  4655. }
  4656. },
  4657. "destinations":[
  4658. {
  4659. "probability":{
  4660. "exp":1
  4661. },
  4662. "location":"location",
  4663. "assignments":[
  4664. {
  4665. "ref":"p7",
  4666. "value":10
  4667. }
  4668. ],
  4669. "observables":[
  4670. ]
  4671. }
  4672. ]
  4673. },
  4674. {
  4675. "location":"location",
  4676. "action":"tau__",
  4677. "guard":{
  4678. "exp":{
  4679. "op":"=",
  4680. "left":"p7",
  4681. "right":9
  4682. }
  4683. },
  4684. "destinations":[
  4685. {
  4686. "probability":{
  4687. "exp":1
  4688. },
  4689. "location":"location",
  4690. "assignments":[
  4691. {
  4692. "ref":"p7",
  4693. "value":11
  4694. }
  4695. ],
  4696. "observables":[
  4697. ]
  4698. }
  4699. ]
  4700. },
  4701. {
  4702. "location":"location",
  4703. "action":"tau__",
  4704. "guard":{
  4705. "exp":{
  4706. "op":"=",
  4707. "left":"p7",
  4708. "right":10
  4709. }
  4710. },
  4711. "destinations":[
  4712. {
  4713. "probability":{
  4714. "exp":1
  4715. },
  4716. "location":"location",
  4717. "assignments":[
  4718. {
  4719. "ref":"p7",
  4720. "value":0
  4721. }
  4722. ],
  4723. "observables":[
  4724. ]
  4725. }
  4726. ]
  4727. },
  4728. {
  4729. "location":"location",
  4730. "action":"tau__",
  4731. "guard":{
  4732. "exp":{
  4733. "op":"=",
  4734. "left":"p7",
  4735. "right":11
  4736. }
  4737. },
  4738. "destinations":[
  4739. {
  4740. "probability":{
  4741. "exp":1
  4742. },
  4743. "location":"location",
  4744. "assignments":[
  4745. {
  4746. "ref":"p7",
  4747. "value":0
  4748. }
  4749. ],
  4750. "observables":[
  4751. ]
  4752. }
  4753. ]
  4754. }
  4755. ]
  4756. },
  4757. {
  4758. "name":"phil8",
  4759. "locations":[
  4760. {
  4761. "name":"location"
  4762. }
  4763. ],
  4764. "initial-locations":[
  4765. "location"
  4766. ],
  4767. "edges":[
  4768. {
  4769. "location":"location",
  4770. "action":"tau__",
  4771. "guard":{
  4772. "exp":{
  4773. "op":"=",
  4774. "left":"p8",
  4775. "right":0
  4776. }
  4777. },
  4778. "destinations":[
  4779. {
  4780. "probability":{
  4781. "exp":1
  4782. },
  4783. "location":"location",
  4784. "assignments":[
  4785. {
  4786. "ref":"p8",
  4787. "value":1
  4788. }
  4789. ],
  4790. "observables":[
  4791. ]
  4792. }
  4793. ]
  4794. },
  4795. {
  4796. "location":"location",
  4797. "action":"tau__",
  4798. "guard":{
  4799. "exp":{
  4800. "op":"=",
  4801. "left":"p8",
  4802. "right":1
  4803. }
  4804. },
  4805. "destinations":[
  4806. {
  4807. "probability":{
  4808. "exp":0.5000000
  4809. },
  4810. "location":"location",
  4811. "assignments":[
  4812. {
  4813. "ref":"p8",
  4814. "value":2
  4815. }
  4816. ],
  4817. "observables":[
  4818. ]
  4819. },
  4820. {
  4821. "probability":{
  4822. "exp":0.5000000
  4823. },
  4824. "location":"location",
  4825. "assignments":[
  4826. {
  4827. "ref":"p8",
  4828. "value":3
  4829. }
  4830. ],
  4831. "observables":[
  4832. ]
  4833. }
  4834. ]
  4835. },
  4836. {
  4837. "location":"location",
  4838. "action":"tau__",
  4839. "guard":{
  4840. "exp":{
  4841. "op":"∧",
  4842. "left":{
  4843. "op":"=",
  4844. "left":"p8",
  4845. "right":2
  4846. },
  4847. "right":{
  4848. "op":"∨",
  4849. "left":{
  4850. "op":"∨",
  4851. "left":{
  4852. "op":"∧",
  4853. "left":{
  4854. "op":"≥",
  4855. "left":"p9",
  4856. "right":0
  4857. },
  4858. "right":{
  4859. "op":"≤",
  4860. "left":"p9",
  4861. "right":4
  4862. }
  4863. },
  4864. "right":{
  4865. "op":"=",
  4866. "left":"p9",
  4867. "right":6
  4868. }
  4869. },
  4870. "right":{
  4871. "op":"=",
  4872. "left":"p9",
  4873. "right":10
  4874. }
  4875. }
  4876. }
  4877. },
  4878. "destinations":[
  4879. {
  4880. "probability":{
  4881. "exp":1
  4882. },
  4883. "location":"location",
  4884. "assignments":[
  4885. {
  4886. "ref":"p8",
  4887. "value":4
  4888. }
  4889. ],
  4890. "observables":[
  4891. ]
  4892. }
  4893. ]
  4894. },
  4895. {
  4896. "location":"location",
  4897. "action":"tau__",
  4898. "guard":{
  4899. "exp":{
  4900. "op":"∧",
  4901. "left":{
  4902. "op":"=",
  4903. "left":"p8",
  4904. "right":3
  4905. },
  4906. "right":{
  4907. "op":"∨",
  4908. "left":{
  4909. "op":"∨",
  4910. "left":{
  4911. "op":"∨",
  4912. "left":{
  4913. "op":"∧",
  4914. "left":{
  4915. "op":"≥",
  4916. "left":"p7",
  4917. "right":0
  4918. },
  4919. "right":{
  4920. "op":"≤",
  4921. "left":"p7",
  4922. "right":3
  4923. }
  4924. },
  4925. "right":{
  4926. "op":"=",
  4927. "left":"p7",
  4928. "right":5
  4929. }
  4930. },
  4931. "right":{
  4932. "op":"=",
  4933. "left":"p7",
  4934. "right":7
  4935. }
  4936. },
  4937. "right":{
  4938. "op":"=",
  4939. "left":"p7",
  4940. "right":11
  4941. }
  4942. }
  4943. }
  4944. },
  4945. "destinations":[
  4946. {
  4947. "probability":{
  4948. "exp":1
  4949. },
  4950. "location":"location",
  4951. "assignments":[
  4952. {
  4953. "ref":"p8",
  4954. "value":5
  4955. }
  4956. ],
  4957. "observables":[
  4958. ]
  4959. }
  4960. ]
  4961. },
  4962. {
  4963. "location":"location",
  4964. "action":"tau__",
  4965. "guard":{
  4966. "exp":{
  4967. "op":"∧",
  4968. "left":{
  4969. "op":"=",
  4970. "left":"p8",
  4971. "right":4
  4972. },
  4973. "right":{
  4974. "op":"∨",
  4975. "left":{
  4976. "op":"∨",
  4977. "left":{
  4978. "op":"∨",
  4979. "left":{
  4980. "op":"∧",
  4981. "left":{
  4982. "op":"≥",
  4983. "left":"p7",
  4984. "right":0
  4985. },
  4986. "right":{
  4987. "op":"≤",
  4988. "left":"p7",
  4989. "right":3
  4990. }
  4991. },
  4992. "right":{
  4993. "op":"=",
  4994. "left":"p7",
  4995. "right":5
  4996. }
  4997. },
  4998. "right":{
  4999. "op":"=",
  5000. "left":"p7",
  5001. "right":7
  5002. }
  5003. },
  5004. "right":{
  5005. "op":"=",
  5006. "left":"p7",
  5007. "right":11
  5008. }
  5009. }
  5010. }
  5011. },
  5012. "destinations":[
  5013. {
  5014. "probability":{
  5015. "exp":1
  5016. },
  5017. "location":"location",
  5018. "assignments":[
  5019. {
  5020. "ref":"p8",
  5021. "value":8
  5022. }
  5023. ],
  5024. "observables":[
  5025. ]
  5026. }
  5027. ]
  5028. },
  5029. {
  5030. "location":"location",
  5031. "action":"tau__",
  5032. "guard":{
  5033. "exp":{
  5034. "op":"∧",
  5035. "left":{
  5036. "op":"=",
  5037. "left":"p8",
  5038. "right":4
  5039. },
  5040. "right":{
  5041. "op":"¬",
  5042. "exp":{
  5043. "op":"∨",
  5044. "left":{
  5045. "op":"∨",
  5046. "left":{
  5047. "op":"∨",
  5048. "left":{
  5049. "op":"∧",
  5050. "left":{
  5051. "op":"≥",
  5052. "left":"p7",
  5053. "right":0
  5054. },
  5055. "right":{
  5056. "op":"≤",
  5057. "left":"p7",
  5058. "right":3
  5059. }
  5060. },
  5061. "right":{
  5062. "op":"=",
  5063. "left":"p7",
  5064. "right":5
  5065. }
  5066. },
  5067. "right":{
  5068. "op":"=",
  5069. "left":"p7",
  5070. "right":7
  5071. }
  5072. },
  5073. "right":{
  5074. "op":"=",
  5075. "left":"p7",
  5076. "right":11
  5077. }
  5078. }
  5079. }
  5080. }
  5081. },
  5082. "destinations":[
  5083. {
  5084. "probability":{
  5085. "exp":1
  5086. },
  5087. "location":"location",
  5088. "assignments":[
  5089. {
  5090. "ref":"p8",
  5091. "value":6
  5092. }
  5093. ],
  5094. "observables":[
  5095. ]
  5096. }
  5097. ]
  5098. },
  5099. {
  5100. "location":"location",
  5101. "action":"tau__",
  5102. "guard":{
  5103. "exp":{
  5104. "op":"∧",
  5105. "left":{
  5106. "op":"=",
  5107. "left":"p8",
  5108. "right":5
  5109. },
  5110. "right":{
  5111. "op":"∨",
  5112. "left":{
  5113. "op":"∨",
  5114. "left":{
  5115. "op":"∧",
  5116. "left":{
  5117. "op":"≥",
  5118. "left":"p9",
  5119. "right":0
  5120. },
  5121. "right":{
  5122. "op":"≤",
  5123. "left":"p9",
  5124. "right":4
  5125. }
  5126. },
  5127. "right":{
  5128. "op":"=",
  5129. "left":"p9",
  5130. "right":6
  5131. }
  5132. },
  5133. "right":{
  5134. "op":"=",
  5135. "left":"p9",
  5136. "right":10
  5137. }
  5138. }
  5139. }
  5140. },
  5141. "destinations":[
  5142. {
  5143. "probability":{
  5144. "exp":1
  5145. },
  5146. "location":"location",
  5147. "assignments":[
  5148. {
  5149. "ref":"p8",
  5150. "value":8
  5151. }
  5152. ],
  5153. "observables":[
  5154. ]
  5155. }
  5156. ]
  5157. },
  5158. {
  5159. "location":"location",
  5160. "action":"tau__",
  5161. "guard":{
  5162. "exp":{
  5163. "op":"∧",
  5164. "left":{
  5165. "op":"=",
  5166. "left":"p8",
  5167. "right":5
  5168. },
  5169. "right":{
  5170. "op":"¬",
  5171. "exp":{
  5172. "op":"∨",
  5173. "left":{
  5174. "op":"∨",
  5175. "left":{
  5176. "op":"∧",
  5177. "left":{
  5178. "op":"≥",
  5179. "left":"p9",
  5180. "right":0
  5181. },
  5182. "right":{
  5183. "op":"≤",
  5184. "left":"p9",
  5185. "right":4
  5186. }
  5187. },
  5188. "right":{
  5189. "op":"=",
  5190. "left":"p9",
  5191. "right":6
  5192. }
  5193. },
  5194. "right":{
  5195. "op":"=",
  5196. "left":"p9",
  5197. "right":10
  5198. }
  5199. }
  5200. }
  5201. }
  5202. },
  5203. "destinations":[
  5204. {
  5205. "probability":{
  5206. "exp":1
  5207. },
  5208. "location":"location",
  5209. "assignments":[
  5210. {
  5211. "ref":"p8",
  5212. "value":7
  5213. }
  5214. ],
  5215. "observables":[
  5216. ]
  5217. }
  5218. ]
  5219. },
  5220. {
  5221. "location":"location",
  5222. "action":"tau__",
  5223. "guard":{
  5224. "exp":{
  5225. "op":"=",
  5226. "left":"p8",
  5227. "right":6
  5228. }
  5229. },
  5230. "destinations":[
  5231. {
  5232. "probability":{
  5233. "exp":1
  5234. },
  5235. "location":"location",
  5236. "assignments":[
  5237. {
  5238. "ref":"p8",
  5239. "value":1
  5240. }
  5241. ],
  5242. "observables":[
  5243. ]
  5244. }
  5245. ]
  5246. },
  5247. {
  5248. "location":"location",
  5249. "action":"tau__",
  5250. "guard":{
  5251. "exp":{
  5252. "op":"=",
  5253. "left":"p8",
  5254. "right":7
  5255. }
  5256. },
  5257. "destinations":[
  5258. {
  5259. "probability":{
  5260. "exp":1
  5261. },
  5262. "location":"location",
  5263. "assignments":[
  5264. {
  5265. "ref":"p8",
  5266. "value":1
  5267. }
  5268. ],
  5269. "observables":[
  5270. ]
  5271. }
  5272. ]
  5273. },
  5274. {
  5275. "location":"location",
  5276. "action":"tau__",
  5277. "guard":{
  5278. "exp":{
  5279. "op":"=",
  5280. "left":"p8",
  5281. "right":8
  5282. }
  5283. },
  5284. "destinations":[
  5285. {
  5286. "probability":{
  5287. "exp":1
  5288. },
  5289. "location":"location",
  5290. "assignments":[
  5291. {
  5292. "ref":"p8",
  5293. "value":9
  5294. }
  5295. ],
  5296. "observables":[
  5297. ]
  5298. }
  5299. ]
  5300. },
  5301. {
  5302. "location":"location",
  5303. "action":"tau__",
  5304. "guard":{
  5305. "exp":{
  5306. "op":"=",
  5307. "left":"p8",
  5308. "right":9
  5309. }
  5310. },
  5311. "destinations":[
  5312. {
  5313. "probability":{
  5314. "exp":1
  5315. },
  5316. "location":"location",
  5317. "assignments":[
  5318. {
  5319. "ref":"p8",
  5320. "value":10
  5321. }
  5322. ],
  5323. "observables":[
  5324. ]
  5325. }
  5326. ]
  5327. },
  5328. {
  5329. "location":"location",
  5330. "action":"tau__",
  5331. "guard":{
  5332. "exp":{
  5333. "op":"=",
  5334. "left":"p8",
  5335. "right":9
  5336. }
  5337. },
  5338. "destinations":[
  5339. {
  5340. "probability":{
  5341. "exp":1
  5342. },
  5343. "location":"location",
  5344. "assignments":[
  5345. {
  5346. "ref":"p8",
  5347. "value":11
  5348. }
  5349. ],
  5350. "observables":[
  5351. ]
  5352. }
  5353. ]
  5354. },
  5355. {
  5356. "location":"location",
  5357. "action":"tau__",
  5358. "guard":{
  5359. "exp":{
  5360. "op":"=",
  5361. "left":"p8",
  5362. "right":10
  5363. }
  5364. },
  5365. "destinations":[
  5366. {
  5367. "probability":{
  5368. "exp":1
  5369. },
  5370. "location":"location",
  5371. "assignments":[
  5372. {
  5373. "ref":"p8",
  5374. "value":0
  5375. }
  5376. ],
  5377. "observables":[
  5378. ]
  5379. }
  5380. ]
  5381. },
  5382. {
  5383. "location":"location",
  5384. "action":"tau__",
  5385. "guard":{
  5386. "exp":{
  5387. "op":"=",
  5388. "left":"p8",
  5389. "right":11
  5390. }
  5391. },
  5392. "destinations":[
  5393. {
  5394. "probability":{
  5395. "exp":1
  5396. },
  5397. "location":"location",
  5398. "assignments":[
  5399. {
  5400. "ref":"p8",
  5401. "value":0
  5402. }
  5403. ],
  5404. "observables":[
  5405. ]
  5406. }
  5407. ]
  5408. }
  5409. ]
  5410. },
  5411. {
  5412. "name":"phil9",
  5413. "locations":[
  5414. {
  5415. "name":"location"
  5416. }
  5417. ],
  5418. "initial-locations":[
  5419. "location"
  5420. ],
  5421. "edges":[
  5422. {
  5423. "location":"location",
  5424. "action":"tau__",
  5425. "guard":{
  5426. "exp":{
  5427. "op":"=",
  5428. "left":"p9",
  5429. "right":0
  5430. }
  5431. },
  5432. "destinations":[
  5433. {
  5434. "probability":{
  5435. "exp":1
  5436. },
  5437. "location":"location",
  5438. "assignments":[
  5439. {
  5440. "ref":"p9",
  5441. "value":1
  5442. }
  5443. ],
  5444. "observables":[
  5445. ]
  5446. }
  5447. ]
  5448. },
  5449. {
  5450. "location":"location",
  5451. "action":"tau__",
  5452. "guard":{
  5453. "exp":{
  5454. "op":"=",
  5455. "left":"p9",
  5456. "right":1
  5457. }
  5458. },
  5459. "destinations":[
  5460. {
  5461. "probability":{
  5462. "exp":0.5000000
  5463. },
  5464. "location":"location",
  5465. "assignments":[
  5466. {
  5467. "ref":"p9",
  5468. "value":2
  5469. }
  5470. ],
  5471. "observables":[
  5472. ]
  5473. },
  5474. {
  5475. "probability":{
  5476. "exp":0.5000000
  5477. },
  5478. "location":"location",
  5479. "assignments":[
  5480. {
  5481. "ref":"p9",
  5482. "value":3
  5483. }
  5484. ],
  5485. "observables":[
  5486. ]
  5487. }
  5488. ]
  5489. },
  5490. {
  5491. "location":"location",
  5492. "action":"tau__",
  5493. "guard":{
  5494. "exp":{
  5495. "op":"∧",
  5496. "left":{
  5497. "op":"=",
  5498. "left":"p9",
  5499. "right":2
  5500. },
  5501. "right":{
  5502. "op":"∨",
  5503. "left":{
  5504. "op":"∨",
  5505. "left":{
  5506. "op":"∧",
  5507. "left":{
  5508. "op":"≥",
  5509. "left":"p1",
  5510. "right":0
  5511. },
  5512. "right":{
  5513. "op":"≤",
  5514. "left":"p1",
  5515. "right":4
  5516. }
  5517. },
  5518. "right":{
  5519. "op":"=",
  5520. "left":"p1",
  5521. "right":6
  5522. }
  5523. },
  5524. "right":{
  5525. "op":"=",
  5526. "left":"p1",
  5527. "right":10
  5528. }
  5529. }
  5530. }
  5531. },
  5532. "destinations":[
  5533. {
  5534. "probability":{
  5535. "exp":1
  5536. },
  5537. "location":"location",
  5538. "assignments":[
  5539. {
  5540. "ref":"p9",
  5541. "value":4
  5542. }
  5543. ],
  5544. "observables":[
  5545. ]
  5546. }
  5547. ]
  5548. },
  5549. {
  5550. "location":"location",
  5551. "action":"tau__",
  5552. "guard":{
  5553. "exp":{
  5554. "op":"∧",
  5555. "left":{
  5556. "op":"=",
  5557. "left":"p9",
  5558. "right":3
  5559. },
  5560. "right":{
  5561. "op":"∨",
  5562. "left":{
  5563. "op":"∨",
  5564. "left":{
  5565. "op":"∨",
  5566. "left":{
  5567. "op":"∧",
  5568. "left":{
  5569. "op":"≥",
  5570. "left":"p8",
  5571. "right":0
  5572. },
  5573. "right":{
  5574. "op":"≤",
  5575. "left":"p8",
  5576. "right":3
  5577. }
  5578. },
  5579. "right":{
  5580. "op":"=",
  5581. "left":"p8",
  5582. "right":5
  5583. }
  5584. },
  5585. "right":{
  5586. "op":"=",
  5587. "left":"p8",
  5588. "right":7
  5589. }
  5590. },
  5591. "right":{
  5592. "op":"=",
  5593. "left":"p8",
  5594. "right":11
  5595. }
  5596. }
  5597. }
  5598. },
  5599. "destinations":[
  5600. {
  5601. "probability":{
  5602. "exp":1
  5603. },
  5604. "location":"location",
  5605. "assignments":[
  5606. {
  5607. "ref":"p9",
  5608. "value":5
  5609. }
  5610. ],
  5611. "observables":[
  5612. ]
  5613. }
  5614. ]
  5615. },
  5616. {
  5617. "location":"location",
  5618. "action":"tau__",
  5619. "guard":{
  5620. "exp":{
  5621. "op":"∧",
  5622. "left":{
  5623. "op":"=",
  5624. "left":"p9",
  5625. "right":4
  5626. },
  5627. "right":{
  5628. "op":"∨",
  5629. "left":{
  5630. "op":"∨",
  5631. "left":{
  5632. "op":"∨",
  5633. "left":{
  5634. "op":"∧",
  5635. "left":{
  5636. "op":"≥",
  5637. "left":"p8",
  5638. "right":0
  5639. },
  5640. "right":{
  5641. "op":"≤",
  5642. "left":"p8",
  5643. "right":3
  5644. }
  5645. },
  5646. "right":{
  5647. "op":"=",
  5648. "left":"p8",
  5649. "right":5
  5650. }
  5651. },
  5652. "right":{
  5653. "op":"=",
  5654. "left":"p8",
  5655. "right":7
  5656. }
  5657. },
  5658. "right":{
  5659. "op":"=",
  5660. "left":"p8",
  5661. "right":11
  5662. }
  5663. }
  5664. }
  5665. },
  5666. "destinations":[
  5667. {
  5668. "probability":{
  5669. "exp":1
  5670. },
  5671. "location":"location",
  5672. "assignments":[
  5673. {
  5674. "ref":"p9",
  5675. "value":8
  5676. }
  5677. ],
  5678. "observables":[
  5679. ]
  5680. }
  5681. ]
  5682. },
  5683. {
  5684. "location":"location",
  5685. "action":"tau__",
  5686. "guard":{
  5687. "exp":{
  5688. "op":"∧",
  5689. "left":{
  5690. "op":"=",
  5691. "left":"p9",
  5692. "right":4
  5693. },
  5694. "right":{
  5695. "op":"¬",
  5696. "exp":{
  5697. "op":"∨",
  5698. "left":{
  5699. "op":"∨",
  5700. "left":{
  5701. "op":"∨",
  5702. "left":{
  5703. "op":"∧",
  5704. "left":{
  5705. "op":"≥",
  5706. "left":"p8",
  5707. "right":0
  5708. },
  5709. "right":{
  5710. "op":"≤",
  5711. "left":"p8",
  5712. "right":3
  5713. }
  5714. },
  5715. "right":{
  5716. "op":"=",
  5717. "left":"p8",
  5718. "right":5
  5719. }
  5720. },
  5721. "right":{
  5722. "op":"=",
  5723. "left":"p8",
  5724. "right":7
  5725. }
  5726. },
  5727. "right":{
  5728. "op":"=",
  5729. "left":"p8",
  5730. "right":11
  5731. }
  5732. }
  5733. }
  5734. }
  5735. },
  5736. "destinations":[
  5737. {
  5738. "probability":{
  5739. "exp":1
  5740. },
  5741. "location":"location",
  5742. "assignments":[
  5743. {
  5744. "ref":"p9",
  5745. "value":6
  5746. }
  5747. ],
  5748. "observables":[
  5749. ]
  5750. }
  5751. ]
  5752. },
  5753. {
  5754. "location":"location",
  5755. "action":"tau__",
  5756. "guard":{
  5757. "exp":{
  5758. "op":"∧",
  5759. "left":{
  5760. "op":"=",
  5761. "left":"p9",
  5762. "right":5
  5763. },
  5764. "right":{
  5765. "op":"∨",
  5766. "left":{
  5767. "op":"∨",
  5768. "left":{
  5769. "op":"∧",
  5770. "left":{
  5771. "op":"≥",
  5772. "left":"p1",
  5773. "right":0
  5774. },
  5775. "right":{
  5776. "op":"≤",
  5777. "left":"p1",
  5778. "right":4
  5779. }
  5780. },
  5781. "right":{
  5782. "op":"=",
  5783. "left":"p1",
  5784. "right":6
  5785. }
  5786. },
  5787. "right":{
  5788. "op":"=",
  5789. "left":"p1",
  5790. "right":10
  5791. }
  5792. }
  5793. }
  5794. },
  5795. "destinations":[
  5796. {
  5797. "probability":{
  5798. "exp":1
  5799. },
  5800. "location":"location",
  5801. "assignments":[
  5802. {
  5803. "ref":"p9",
  5804. "value":8
  5805. }
  5806. ],
  5807. "observables":[
  5808. ]
  5809. }
  5810. ]
  5811. },
  5812. {
  5813. "location":"location",
  5814. "action":"tau__",
  5815. "guard":{
  5816. "exp":{
  5817. "op":"∧",
  5818. "left":{
  5819. "op":"=",
  5820. "left":"p9",
  5821. "right":5
  5822. },
  5823. "right":{
  5824. "op":"¬",
  5825. "exp":{
  5826. "op":"∨",
  5827. "left":{
  5828. "op":"∨",
  5829. "left":{
  5830. "op":"∧",
  5831. "left":{
  5832. "op":"≥",
  5833. "left":"p1",
  5834. "right":0
  5835. },
  5836. "right":{
  5837. "op":"≤",
  5838. "left":"p1",
  5839. "right":4
  5840. }
  5841. },
  5842. "right":{
  5843. "op":"=",
  5844. "left":"p1",
  5845. "right":6
  5846. }
  5847. },
  5848. "right":{
  5849. "op":"=",
  5850. "left":"p1",
  5851. "right":10
  5852. }
  5853. }
  5854. }
  5855. }
  5856. },
  5857. "destinations":[
  5858. {
  5859. "probability":{
  5860. "exp":1
  5861. },
  5862. "location":"location",
  5863. "assignments":[
  5864. {
  5865. "ref":"p9",
  5866. "value":7
  5867. }
  5868. ],
  5869. "observables":[
  5870. ]
  5871. }
  5872. ]
  5873. },
  5874. {
  5875. "location":"location",
  5876. "action":"tau__",
  5877. "guard":{
  5878. "exp":{
  5879. "op":"=",
  5880. "left":"p9",
  5881. "right":6
  5882. }
  5883. },
  5884. "destinations":[
  5885. {
  5886. "probability":{
  5887. "exp":1
  5888. },
  5889. "location":"location",
  5890. "assignments":[
  5891. {
  5892. "ref":"p9",
  5893. "value":1
  5894. }
  5895. ],
  5896. "observables":[
  5897. ]
  5898. }
  5899. ]
  5900. },
  5901. {
  5902. "location":"location",
  5903. "action":"tau__",
  5904. "guard":{
  5905. "exp":{
  5906. "op":"=",
  5907. "left":"p9",
  5908. "right":7
  5909. }
  5910. },
  5911. "destinations":[
  5912. {
  5913. "probability":{
  5914. "exp":1
  5915. },
  5916. "location":"location",
  5917. "assignments":[
  5918. {
  5919. "ref":"p9",
  5920. "value":1
  5921. }
  5922. ],
  5923. "observables":[
  5924. ]
  5925. }
  5926. ]
  5927. },
  5928. {
  5929. "location":"location",
  5930. "action":"tau__",
  5931. "guard":{
  5932. "exp":{
  5933. "op":"=",
  5934. "left":"p9",
  5935. "right":8
  5936. }
  5937. },
  5938. "destinations":[
  5939. {
  5940. "probability":{
  5941. "exp":1
  5942. },
  5943. "location":"location",
  5944. "assignments":[
  5945. {
  5946. "ref":"p9",
  5947. "value":9
  5948. }
  5949. ],
  5950. "observables":[
  5951. ]
  5952. }
  5953. ]
  5954. },
  5955. {
  5956. "location":"location",
  5957. "action":"tau__",
  5958. "guard":{
  5959. "exp":{
  5960. "op":"=",
  5961. "left":"p9",
  5962. "right":9
  5963. }
  5964. },
  5965. "destinations":[
  5966. {
  5967. "probability":{
  5968. "exp":1
  5969. },
  5970. "location":"location",
  5971. "assignments":[
  5972. {
  5973. "ref":"p9",
  5974. "value":10
  5975. }
  5976. ],
  5977. "observables":[
  5978. ]
  5979. }
  5980. ]
  5981. },
  5982. {
  5983. "location":"location",
  5984. "action":"tau__",
  5985. "guard":{
  5986. "exp":{
  5987. "op":"=",
  5988. "left":"p9",
  5989. "right":9
  5990. }
  5991. },
  5992. "destinations":[
  5993. {
  5994. "probability":{
  5995. "exp":1
  5996. },
  5997. "location":"location",
  5998. "assignments":[
  5999. {
  6000. "ref":"p9",
  6001. "value":11
  6002. }
  6003. ],
  6004. "observables":[
  6005. ]
  6006. }
  6007. ]
  6008. },
  6009. {
  6010. "location":"location",
  6011. "action":"tau__",
  6012. "guard":{
  6013. "exp":{
  6014. "op":"=",
  6015. "left":"p9",
  6016. "right":10
  6017. }
  6018. },
  6019. "destinations":[
  6020. {
  6021. "probability":{
  6022. "exp":1
  6023. },
  6024. "location":"location",
  6025. "assignments":[
  6026. {
  6027. "ref":"p9",
  6028. "value":0
  6029. }
  6030. ],
  6031. "observables":[
  6032. ]
  6033. }
  6034. ]
  6035. },
  6036. {
  6037. "location":"location",
  6038. "action":"tau__",
  6039. "guard":{
  6040. "exp":{
  6041. "op":"=",
  6042. "left":"p9",
  6043. "right":11
  6044. }
  6045. },
  6046. "destinations":[
  6047. {
  6048. "probability":{
  6049. "exp":1
  6050. },
  6051. "location":"location",
  6052. "assignments":[
  6053. {
  6054. "ref":"p9",
  6055. "value":0
  6056. }
  6057. ],
  6058. "observables":[
  6059. ]
  6060. }
  6061. ]
  6062. }
  6063. ]
  6064. }
  6065. ],
  6066. "system":{
  6067. "elements":[
  6068. {
  6069. "automaton":"phil1"
  6070. },
  6071. {
  6072. "automaton":"phil2"
  6073. },
  6074. {
  6075. "automaton":"phil3"
  6076. },
  6077. {
  6078. "automaton":"phil4"
  6079. },
  6080. {
  6081. "automaton":"phil5"
  6082. },
  6083. {
  6084. "automaton":"phil6"
  6085. },
  6086. {
  6087. "automaton":"phil7"
  6088. },
  6089. {
  6090. "automaton":"phil8"
  6091. },
  6092. {
  6093. "automaton":"phil9"
  6094. }
  6095. ],
  6096. "syncs":[
  6097. {
  6098. "synchronise":[
  6099. "tau__",
  6100. null,
  6101. null,
  6102. null,
  6103. null,
  6104. null,
  6105. null,
  6106. null,
  6107. null
  6108. ],
  6109. "result":"tau__"
  6110. },
  6111. {
  6112. "synchronise":[
  6113. null,
  6114. "tau__",
  6115. null,
  6116. null,
  6117. null,
  6118. null,
  6119. null,
  6120. null,
  6121. null
  6122. ],
  6123. "result":"tau__"
  6124. },
  6125. {
  6126. "synchronise":[
  6127. null,
  6128. null,
  6129. "tau__",
  6130. null,
  6131. null,
  6132. null,
  6133. null,
  6134. null,
  6135. null
  6136. ],
  6137. "result":"tau__"
  6138. },
  6139. {
  6140. "synchronise":[
  6141. null,
  6142. null,
  6143. null,
  6144. "tau__",
  6145. null,
  6146. null,
  6147. null,
  6148. null,
  6149. null
  6150. ],
  6151. "result":"tau__"
  6152. },
  6153. {
  6154. "synchronise":[
  6155. null,
  6156. null,
  6157. null,
  6158. null,
  6159. "tau__",
  6160. null,
  6161. null,
  6162. null,
  6163. null
  6164. ],
  6165. "result":"tau__"
  6166. },
  6167. {
  6168. "synchronise":[
  6169. null,
  6170. null,
  6171. null,
  6172. null,
  6173. null,
  6174. "tau__",
  6175. null,
  6176. null,
  6177. null
  6178. ],
  6179. "result":"tau__"
  6180. },
  6181. {
  6182. "synchronise":[
  6183. null,
  6184. null,
  6185. null,
  6186. null,
  6187. null,
  6188. null,
  6189. "tau__",
  6190. null,
  6191. null
  6192. ],
  6193. "result":"tau__"
  6194. },
  6195. {
  6196. "synchronise":[
  6197. null,
  6198. null,
  6199. null,
  6200. null,
  6201. null,
  6202. null,
  6203. null,
  6204. "tau__",
  6205. null
  6206. ],
  6207. "result":"tau__"
  6208. },
  6209. {
  6210. "synchronise":[
  6211. null,
  6212. null,
  6213. null,
  6214. null,
  6215. null,
  6216. null,
  6217. null,
  6218. null,
  6219. "tau__"
  6220. ],
  6221. "result":"tau__"
  6222. }
  6223. ]
  6224. }
  6225. }